Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the return is something other than /opt/conda/bin/conda the student will need to run /opt/conda/bin/conda init bash


    4. If your students have not created an environment using the /opt/conda they need to create an empty environment to auto generate the ~/.conda directory

conda create -n test_env


      5     4. Have your students run the following command where you substitute the full filepath to your env folder:

...