I type in anaconda-navigator but i get this "anaconda-navigator: command not found" I have conda update conda.
3 Answers
Run this command on your terminal:
$ source ~/anaconda3/bin/activate root
$ anaconda-navigator 4 Open a terminal and change your directory
cd ~/anaconda3/binExport the anaconda3 path
export PATH=/home/YourUsername/anaconda3/bin:$PATHCheck whether your conda is working
conda --versionLaunch the anaconda navigator
anaconda-navigatorHope this helps!
PS It may take some time to launch navigator.
First, check whether conda-navigator is installed in your system or not.
Use command
conda list anacondacheck whether anaconda-navigator is there or not. If not there then you have install anaconda-navigator
use command
conda install anaconda-navigator Then use this command
anaconda-navigator anaconda-navigator should launch