I'm using Anaconda with Python 2.7.14 and spyder 3.2.6 On Ubuntu 14.Can you please suggest me how do I access anaconda promt from Ubuntu? By Anaconda prompt I meant this
To use Anaconda in Ubuntu you only need one terminal of the system.
Anaconda Ubuntu
To see the help commands just type in the terminal
conda
I have not found out a way to do it exactly but if you are referring to opening a prompt in the context of anaconda as the conda prompt does, you need to create a conda environment then activate and deactivate it as shown below:
conda create -n conda_env1
conda activate conda_env1 or source activate conda_env1
conda deactivate
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With