How to resolve anaconda-navigator: command not found error
If anaconda navigator is freshly installed on system then run this in terminal $ export PATH=/home/userName/anaconda3/bin:$PATH else run below $ source ~/anaconda3/bin/activate root $ anaconda-navigator
Comments
Post a Comment