...
If your version of Anaconda is older or if the above command fails, you can still change your PATH variable in your shell or script to access it:
Code Block |
---|
export PATH="$HOME/anaconda3/bin:$PATH” |
...
If your version of Anaconda is older or if the above command fails, you can still change your PATH variable in your shell or script to access it:
Code Block |
---|
export PATH="$HOME/anaconda3/bin:$PATH” |