Skip to content

Commit

Permalink
Navigation link added in conda-cheatsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
crescentpartha committed Oct 23, 2022
1 parent 211ce49 commit 14511cb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CheatSheets/conda-cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- [Conda CheatSheet for Developers](#conda-cheatsheet-for-developers)
- [Basic Syntax of conda env](#basic-syntax-of-conda-env)
- [Using Environment](#using-environment)

# Conda CheatSheet for Developers

Expand All @@ -17,8 +18,12 @@
| `conda update conda` | Update conda version |
| `conda update package_name` | Update any install package |

**[🔼Back to Top](#table-of-contents)**

## Using Environment

| Command | Description |
| -------------------------------------- | ------------------------------------------------------- |
| `conda create --name py35 python=3.5` | Create a new environment named py35, Install python 3.5 |
| `conda create --name py35 python=3.5` | Create a new environment named py35, Install python 3.5 |

**[🔼Back to Top](#table-of-contents)**

0 comments on commit 14511cb

Please sign in to comment.