Answers for "ubuntu conda-navigator not working"

3

conda not working in terminal

export PATH=~/anaconda2/bin:$PATH
or
export PATH=~/anaconda3/bin:$PATH
Posted by: Guest on October-18-2020
0

not able to start conda navigator ubuntu 18.04

#Run this command on your terminal
$ source ~/anaconda3/bin/activate root
$ anaconda-navigator
Posted by: Guest on February-01-2021

Code answers related to "ubuntu conda-navigator not working"

Browse Popular Code Answers by Language