Changes
Page history
Update Python environments
authored
Jun 19, 2023
by
fima
Hide whitespace changes
Inline
Side-by-side
Home/Python-environments.md
View page @
9a8b4567
...
...
@@ -14,3 +14,7 @@ Restart the shell to have the `base` conda environment.
-
Create new environment:
`conda create -n env_name`
-
Activate the environment:
`conda activate env_name`
### Installing packages
Prioritize first using
`conda install`
. If the package is not available, then use
`pip install`
\ No newline at end of file