Skip to content
Snippets Groups Projects
Commit 3185e266 authored by Noah Löwer's avatar Noah Löwer
Browse files

Update python_virtual_environments.md: insert missing line. When executing...

Update python_virtual_environments.md: insert missing line. When executing this example, there is a conda init error raised if this line was not executed previously.
parent 5860bc1f
No related branches found
No related tags found
2 merge requests!1086Automated merge from preview to main,!1084Update conda virtual environment example
...@@ -207,6 +207,7 @@ can deactivate the conda environment as follows: ...@@ -207,6 +207,7 @@ can deactivate the conda environment as follows:
[...] [...]
Proceed ([y]/n)? y Proceed ([y]/n)? y
[...] [...]
marie@alpha$ source $EBROOTANACONDA3/etc/profile.d/conda.sh
marie@alpha$ conda activate my-torch-env marie@alpha$ conda activate my-torch-env
(my-torch-env) marie@alpha$ conda install -c pytorch torchvision (my-torch-env) marie@alpha$ conda install -c pytorch torchvision
Collecting package metadata (current_repodata.json): done Collecting package metadata (current_repodata.json): done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment