AdritRao commited on
Commit
fd45f46
1 Parent(s): 9ab7986

Update install.sh

Browse files
Files changed (1) hide show
  1. install.sh +1 -1
install.sh CHANGED
@@ -6,7 +6,7 @@ bash miniconda.sh -b -p ~/miniconda # Install in your home directory
6
 
7
  # Step 2: Initialize Miniconda
8
  source ~/miniconda/etc/profile.d/conda.sh
9
- conda init
10
 
11
  # Step 3: Change to the desired directory and make install.sh executable, then run it
12
  cd Comp2Comp-main
 
6
 
7
  # Step 2: Initialize Miniconda
8
  source ~/miniconda/etc/profile.d/conda.sh
9
+ conda init bash
10
 
11
  # Step 3: Change to the desired directory and make install.sh executable, then run it
12
  cd Comp2Comp-main