Anaconda 3のインストール
1696 ワード
インストールファイルのダウンロード
清華大学オープンソースソフトウェアミラーステーション:ダウンロードアドレス
インストールファイルの準備 Anaconda3-2019.07-Linux-x86_64.sh
がインストールファイルをユーザー・ルート・ディレクトリに移動するなど、Webページに対応するインストール・ファイルを見つけます.
Anaconda 3のインストールを開始
インストールスクリプト
SHELLFILE=Anaconda3-2019.07-Linux-x86_64.sh
sudo chmod +x ~/${SHELLFILE} && ~/${SHELLFILE}
# ,
インストールオプション
以下のインストールオプションでは、省略記号はプログラムが出力した関係のない情報を表し、無視できます.Do you accept the license terms? [yes|no]
[no] >>> yes
..................................................
[/home/ai-machine/anaconda3] >>> Anaconda3
..................................................
Do you wish the installer to initialize Anaconda3
by running conda init? [yes|no]
[no] >>> no
かんきょうへんすう
ユーザーのルートディレクトリの下にあります.bashrcファイルを開き、最後に次の3行のテキストを追加し、保存して終了します.# added by Anaconda3 2019.07 installer
export PATH="$HOME/Anaconda3/bin:$PATH"
export LD_LIBRARY_PATH="$HOME/Anaconda3/lib:$LD_LIBRARY_PATH"
環境の最適化
# conda ,
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
# pip , , :
pip install ${PACKAGE_NAME} -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/
テストの実行
次の情報が表示される場合は、インストールに成功しました.Python 3.7.3 (default, Mar 27 2019, 22:11:17)
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
Anaconda3-2019.07-Linux-x86_64.sh
がインストールファイルをユーザー・ルート・ディレクトリに移動するなど、Webページに対応するインストール・ファイルを見つけます.Anaconda 3のインストールを開始
インストールスクリプト
SHELLFILE=Anaconda3-2019.07-Linux-x86_64.sh
sudo chmod +x ~/${SHELLFILE} && ~/${SHELLFILE}
# ,
インストールオプション
以下のインストールオプションでは、省略記号はプログラムが出力した関係のない情報を表し、無視できます.Do you accept the license terms? [yes|no]
[no] >>> yes
..................................................
[/home/ai-machine/anaconda3] >>> Anaconda3
..................................................
Do you wish the installer to initialize Anaconda3
by running conda init? [yes|no]
[no] >>> no
かんきょうへんすう
ユーザーのルートディレクトリの下にあります.bashrcファイルを開き、最後に次の3行のテキストを追加し、保存して終了します.# added by Anaconda3 2019.07 installer
export PATH="$HOME/Anaconda3/bin:$PATH"
export LD_LIBRARY_PATH="$HOME/Anaconda3/lib:$LD_LIBRARY_PATH"
環境の最適化
# conda ,
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
# pip , , :
pip install ${PACKAGE_NAME} -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/
テストの実行
次の情報が表示される場合は、インストールに成功しました.Python 3.7.3 (default, Mar 27 2019, 22:11:17)
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
SHELLFILE=Anaconda3-2019.07-Linux-x86_64.sh
sudo chmod +x ~/${SHELLFILE} && ~/${SHELLFILE}
# ,
Do you accept the license terms? [yes|no]
[no] >>> yes
..................................................
[/home/ai-machine/anaconda3] >>> Anaconda3
..................................................
Do you wish the installer to initialize Anaconda3
by running conda init? [yes|no]
[no] >>> no
# added by Anaconda3 2019.07 installer
export PATH="$HOME/Anaconda3/bin:$PATH"
export LD_LIBRARY_PATH="$HOME/Anaconda3/lib:$LD_LIBRARY_PATH"
# conda ,
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
# pip , , :
pip install ${PACKAGE_NAME} -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/
Python 3.7.3 (default, Mar 27 2019, 22:11:17)
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>