I've installed anaconda3 on ubuntu 20.04. After the installation, if I don't insert this command conda config --set auto_activate_base False
, I cannot launch anaconda-navigator. Additionaly I can’t start the application except from terminal. I uninstalled and installed the application several times and restarted the pc, thinking that the problem would be fixed. Then when anaconda starts the screen turns out to have problems I don’t know if it’s a bug or something else.
Thanks in advance to anyone who can help me.
Asked
Active
Viewed 1,031 times
0
-
1This issue is already solved. check here https://stackoverflow.com/questions/43030871/anaconda-navigator-ubuntu16-04 – shamnad sherief Mar 25 '21 at 03:23
-
Even though you don't auto-activate **base**, you can still activate it when you need it with `conda activate`, and deactivate it once you've launched navigator with `conda deactivate`. – merv Mar 25 '21 at 03:24
1 Answers
0
Open terminal (Ctrl+Alt+T)
$ source ~/anaconda3/bin/activate root
$ anaconda-navigator

shamnad sherief
- 552
- 5
- 17