Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
64
rated 0 times [  64] [ 0]  / answers: 1 / hits: 472158  / 1 Year ago, wed, november 16, 2022, 2:17:01

How to install Anaconda for Python on Ubuntu?



Is there a way to use apt-get install?



I only have command line access to my server. How do I install Anaconda on Ubuntu 14.04 from the command line?


More From » apt

 Answers
1

See Anaconda Hompepage for more detail!



Installation Instructions [Linux Install]



These instructions explain how to install Anaconda on a Linux system.



After downloading the Anaconda installer, run the following command from a terminal:



$ bash Anaconda-2.x.x-Linux-x86[_64].sh


After accepting the license terms, you will be asked to specify the install location (which defaults to ~/anaconda).



Note: You do NOT need root privileges to install Anaconda, if you select a user writable install location, such as ~/anaconda.* After the self extraction is finished, you should add the anaconda binary directory to your PATH environment variable.



As all of Anaconda is contained in a single directory, uninstalling Anaconda is easy (you simply remove the entire install location directory).






If you encounter any issues, please try disabling your antivirus software.
Linux/OS X Uninstall



As all of Anaconda is contained in a single directory, uninstalling Anaconda is simple (you simply remove the entire install location directory):



$ rm -rf ~/anaconda

[#23857] Wednesday, November 16, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
asketbridiculou

Total Points: 168
Total Questions: 116
Total Answers: 115

Location: Antigua and Barbuda
Member since Sat, Jan 28, 2023
1 Year ago
;