We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718ac6f commit a912c54Copy full SHA for a912c54
bash/env.md
@@ -105,6 +105,7 @@ Some best practices
105
- `conda env update -f environment.yml` is the `conda` way
106
- `conda env export` to produce `environment.yml` for the current environment
107
- `conda remove -n envname --all` to delete
108
+ - `conda update -n base -c defaults conda` will be suggested to update `conda` to the most recent version
109
- `pip` to `requirements.txt` goes as follows
110
- Create a virtual environment `python3 -m venv /path/to/new/virtual/env`
111
- Install packages using `pip install <package>`
0 commit comments