/CONDA_CHEAT_SHEET

Anaconda/Conda Cheat Sheet(Useful commands)

MIT LicenseMIT

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