官术网_书友最值得收藏!

Installing Anaconda

Before we can install Anaconda, we need to make sure that the system is fully up to date. To check this, execute the following two commands inside a terminal:

sudo apt update 
sudo apt upgrade

Automatically Programmed Tool (APT) is used to install all sorts of packages inside Ubuntu. In the code sample, we first ask apt to update the references to the various package repositories. We then ask it to install the latest updates.

After the computer is updated, we can start the installation of Anaconda. First, navigate to https://www.anaconda.com/download/ to get the URL for the latest Anaconda installation files. You can right-click on the download link and copy the URL to your clipboard.

Now open up a terminal window and execute the following command:

wget -O anaconda-installer.sh url

Make sure to replace the url placeholder with the URL you copied from the Anaconda website. Press Enter to execute the command. 

Once the installation file is download, you can install Anaconda by running the following command:

sh ./anaconda-installer.sh

This will start the installer. Follow the instructions on the screen to install Anaconda on your computer. By default, Anaconda gets installed in a folder called anaconda3 inside your home directory.

As is the case with the Windows version of CNTK 2.6, it only supports Python 3.6. You can either get an older distribution of Anaconda through their archives at https://repo.continuum.io/archive/, or downgrade your Python version by executing the following command in your terminal:

conda install python=3.6
主站蜘蛛池模板: 水城县| 闸北区| 侯马市| 兴义市| 微山县| 桂东县| 屏边| 获嘉县| 平江县| 新干县| 和政县| 兖州市| 辽阳县| 永靖县| 疏附县| 大洼县| 临武县| 全椒县| 建水县| 济阳县| 九台市| 和龙市| 磐安县| 九龙坡区| 铜川市| 重庆市| 扬中市| 桓仁| 江城| 怀柔区| 石泉县| 泰州市| 平凉市| 长寿区| 辽宁省| 林周县| 轮台县| 淳化县| 布尔津县| 顺平县| 五河县|