Whenever I open a terminal, I have to write
export PATH=~/anaconda3/bin:$PATH
to use any feature of anaconda
I want a persistent path.
Whenever I open a terminal, I have to write
export PATH=~/anaconda3/bin:$PATH
to use any feature of anaconda
I want a persistent path.
the file .bashrc (hidden file), located in the home directory, runs codes every time a new terminal is opened.
Then add a line on it:
Wouldn't it be nice if somebody else would handle that for you? ;-)
Edit your
.profile
and add something like the following lines:Start with:
go down to the last line in the file and add
then Ctrl+X and then enter
open a new terminal and enjoy anaconda--navigator
Reinstall anaconda, and notice that at the end of the install process there is a optional selection that allow you to add conda command to your PATH.
You can choose to say yes, and then you can use the command
conda
.