activate file in conda code example Example 1: remove conda environment conda remove --name myenv --all Example 2: activating anaconda environment conda activate myenv