conda Enables you to move freely around the environment.
Install dialog on Linux
$ sudo apt-get install dialog
Install dialog on Mac with brew
$ brew install dialog
Put the conda_connector
in a specific directory.
Then add the following command to the .bashrc
file:
$ alias .conda='source ~/bin/conda_connector'
Then reconnect the terminal and run alias.
$ .conda
You can select a conda environment as follows: