记录关于安装python3.6和pip for python3.6的方法

install python3.6 and pip3.6

  1. install python3.6 with apt on ubuntu 16.04
    install python3.6 on ubuntu
    install python3.6 on centos7

  2. install pip for python3.6

wget https://bootstrap.pypa.io/get-pip.py
sudo python3.6 get-pip.py
  1. install PIP_PACKAGE with pip
sudo python3.6 -m pip install PIP_PACKAGE 
posted @ 2018-07-02 17:03  ArtisticZhao  阅读(147)  评论(0编辑  收藏  举报