ubuntu 下 Anaconda安裝
Installing on Linux
For x86 systems.
附上官網連結:https://docs.anaconda.com/anaconda/install/linux
1、In your browser, download the Anaconda installer for Linux.
2、Optional: Verify data integrity with MD5 or SHA-256. (For more information on hashes, see cryptographic hash validation.)
- Run the following:
md5sum /path/filename
OR:
sha256sum /path/filename
NOTE: Replace /path/filename with the actual path and filename of the file you downloaded.
- Optional: Verify results against the proper hash page to make sure the hashes match.
3、Enter the following to install Anaconda for Python 3.6:
bash ~/Downloads/Anaconda3-5.2.0-Linux-x86_64.sh
OR Enter the following to install Anaconda for Python 2.7:
bash ~/Downloads/Anaconda2-5.2.0-Linux-x86_64.sh
NOTE: Include the bash command regardless of whether or not you are using Bash shell.
NOTE: If you did not download to your Downloads directory, replace ~/Downloads/ with the path to the file you downloaded.
NOTE: Choose “Install Anaconda as a user” unless root privileges are required.
4、The installer prompts “In order to continue the installation process, please review the license agreement.” Click Enter to view license terms.
5、Scroll to the bottom of the license terms and enter “Yes” to agree.
6、The installer prompts you to click Enter to accept the default install location, CTRL-C to cancel the installation, or specify an alternate installation directory. If you accept the default install location, the installer displays “PREFIX=/home//anaconda<2 or 3>” and continues the installation. It may take a few minutes to complete.
7、The installer prompts “Do you wish the installer to prepend the Anaconda<2 or 3> install location to PATH in your /home//.bashrc ?” Enter Yes.
NOTE: If you enter “No”, you must manually add the path to Anaconda or conda will not work. See FAQ.
8、The installer describes Microsoft VS Code and asks if you would like to install VS Code. Enter yes or no. If you selected yes, follow the instructions on screen to complete the VS Code installation.
NOTE: Installing VS Code with the Anaconda installer requires an internet connection. Offline users may be able to find an offline VS Code installer from Microsoft.
9、The installer finishes and displays “Thank you for installing Anaconda<2 or 3>!”
10、Close and open your terminal window for the installation to take effect, or you can enter the command source ~/.bashrc.
11、After your install is complete, verify it by opening Anaconda Navigator, a program that is included with Anaconda: Open a Terminal window and type anaconda-navigator
. If Navigator opens, you have successfully installed Anaconda. If not, check that you completed each step above, then see our Help page.
TIP: Anaconda Navigator contains Jupyter Notebook and the Spyder IDE. For more information about Navigator, see Navigator.
After your install completes, start using Anaconda with the instructions in Getting started with Anaconda.
NOTE: If you install multiple versions of Anaconda, the system defaults to the most current version, as long as you haven’t altered the default install path.
相關文章
- Win10和Ubuntu下安裝AnacondaWin10Ubuntu
- Ubuntu環境Anaconda安裝opencvUbuntuOpenCV
- Anaconda下載與安裝
- Ubuntu下安裝pycharm和Anaconda和Tensorflow的注意要點(自用)UbuntuPyCharm
- 在Ubuntu系統安裝Anaconda及PythonUbuntuPython
- anaconda怎麼下載安裝jiebaJieba
- Anaconda下安裝Jupyter notebook
- ubuntu下安裝mysqlUbuntuMySql
- ubuntu下安裝oracleUbuntuOracle
- ubuntu下安裝thriftUbuntu
- Ubuntu下安裝CUDAUbuntu
- Ubuntu下JDK安裝UbuntuJDK
- ubuntu下安裝ChromeUbuntuChrome
- ubuntu下安裝wineUbuntu
- ubuntu下安裝mcryptUbuntu
- anaconda 安裝
- linux下Anaconda的安裝和使用Linux
- vmware workstation 下安裝ubuntuUbuntu
- Ubuntu下PostgreSQL的安裝UbuntuSQL
- ubuntu下安裝oracle JDKUbuntuOracleJDK
- ubuntu下的jdk安裝UbuntuJDK
- Ubuntu下安裝eclipseUbuntuEclipse
- Ubuntu下安裝matlabUbuntuMatlab
- ubuntu下cacti安裝配置Ubuntu
- [sikuli]ubuntu下安裝sikuliUbuntu
- anaconda安裝pyqtQT
- windows安裝AnacondaWindows
- Anaconda 安裝、使用
- 在Ubuntu / Ubuntu Kylin下安裝和解除安裝 NodepadqqUbuntu
- Linux 下Anaconda 安裝 Tensorflow 和 kerasLinuxKeras
- Linux系統下安裝使用anaconda教程。Linux
- Mac 安裝python ,anaconda。徹底解除安裝anaconda的方法MacPython
- ubuntu 下安裝nginx步驟UbuntuNginx
- Windows8下安裝ubuntuWindowsUbuntu
- Ubuntu 下安裝Python庫UbuntuPython
- Ubuntu下安裝OpenJDK10UbuntuJDK
- Ubuntu下安裝Stanford CoreNLPUbuntu
- ubuntu下安裝sqlite3UbuntuSQLite