lexara-prime-ai / CONDA_CHEAT_SHEET

Anaconda/Conda Cheat Sheet(Useful commands)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Conda environment

  • NOTE: Specify a name for your environment e.g evcxr in this case
conda create --name evcxr

Activate Conda environment

conda activate evcxr

About

Anaconda/Conda Cheat Sheet(Useful commands)

License:MIT License