Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
venki666 authored Jan 9, 2023
1 parent 9c7e530 commit 458a0e7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions anaconda/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
### Information regarding Anaconda install, virtual environment, etc. can be found here

**Create a new env in conda**
```
conda env create -n ENVNAME --file ENV.yml
```

**making the prompt smaller**
```
conda config --set env_prompt '({name})'
```

**rename the environment**
```
conda rename -n old_name new_name
```
**see more info in the cheatsheet**

0 comments on commit 458a0e7

Please sign in to comment.