This is ubuntu16.04. I can open Anaconda-Navigator from the terminal using anaconda-navigator
, but when I click on it, it doesn't open. What am I missing?
Windows: You'll find Anaconda Navigator in the Start menu. Linux: Open a terminal window and run the command anaconda-navigator .
1 Answer. You may add the source ~/anaconda3/bin/activate root command at the end of your ~/. bashrc file so the command will be executed for any new terminal you open. Then open a new terminal and the root Python environment will be activated, so you will be able to use anaconda-navigator immediately.
To run anaconda-navigator:
$ source ~/anaconda3/bin/activate root $ anaconda-navigator
it works :
export PATH=/home/yourUserName/anaconda3/bin:$PATH
after that run anaconda-navigator
command. remember anaconda can't in Sudo mode, so don't use sudo at all.
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