Answers for "installing anaconda using terminal"

7

how to open anaconda in terminal

Type this in terminal:
anaconda-navigator
Posted by: Guest on July-27-2020
0

install anaconda on linux

Enter the following to install Anaconda for Python 3.7:

bash ~/Downloads/Anaconda3-2020.02-Linux-x86_64.sh

OR Enter the following to install Anaconda for Python 2.7:

bash ~/Downloads/Anaconda2-2019.10-Linux-x86_64.sh
Posted by: Guest on October-01-2021

Code answers related to "installing anaconda using terminal"

Browse Popular Code Answers by Language