close

這篇文章在GCP中建立miniconda 

(1) Installing miniconda

First, we start and connect to VM instance via ssh 連線下的 查看gclound 指令

再執行下面的指令

  • bzip2 , to install Mini/Anaconda
  • libxml2-dev, to install further Python libraries
$ sudo apt-get update
$ sudo apt-get install bzip2 libxml2-dev$ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
$ bash Miniconda3-latest-Linux-x86_64.sh
$ rm Miniconda3-latest-Linux-x86_64.sh
$ source .bashrc
$ conda install scikit-learn pandas jupyter ipython 

再檢查版本

$ python --version
$ which python
$ which conda
$ conda list conda$

結果如下:

再檢查目前己安裝之套件

$ conda list

 

 

 

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 stanley 的頭像
    stanley

    史坦利Stanley程式Maker的部落格

    stanley 發表在 痞客邦 留言(0) 人氣()