Skip to content

Commit

Permalink
conda.md fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bclaremar authored May 24, 2024
1 parent d13e379 commit f531360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extra/conda.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
``` sh
$ module load conda
($ export CONDA_ENVS_PATH=/proj/sens2023598/$USER)
$ conda create -c conda-forge --name --prefix $CONDA_ENVS_PATH/bianca-course python=3.7 numpy=1.15
$ conda create -c conda-forge --prefix $CONDA_ENVS_PATH/bianca-course python=3.7 numpy=1.15
$ source activate bianca-course
$ pip list
$ python -V
Expand Down

0 comments on commit f531360

Please sign in to comment.