Skip to content

Commit a912c54

Browse files
authored
Update env.md in situ
1 parent 718ac6f commit a912c54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bash/env.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ Some best practices
105105
- `conda env update -f environment.yml` is the `conda` way
106106
- `conda env export` to produce `environment.yml` for the current environment
107107
- `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
108109
- `pip` to `requirements.txt` goes as follows
109110
- Create a virtual environment `python3 -m venv /path/to/new/virtual/env`
110111
- Install packages using `pip install <package>`

0 commit comments

Comments
 (0)