Skip to content

Commit 86acbde

Browse files
committed
Update installing_Python.md
1 parent 43657bf commit 86acbde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

notebooks/installing_Python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ We will learn how to use Jupyter Lab properly during the course.
7070

7171
The following are the basic commands for installing, removing and and keep your Python libraries up to date.
7272

73-
```
73+
```markdown
7474
list all Python packages and the versions installed in a specific environment:
7575
> conda list
7676
@@ -128,7 +128,7 @@ create an environment named "SCIENV" with the libraries numpy, scipy, matplolib
128128
create an environment named "image" with the library scikit-image and all the neccesary dependencies
129129
>conda create --name image scikit-image
130130
131-
remove an existing environment
131+
remove an existing environment (make sure you are not in the environment you want to remove)
132132
>conda env remove --name <ENV NAME>
133133
or
134134
>conda remove --name <ENV NAME> --all

0 commit comments

Comments
 (0)