[Linux] Ubuntu Server18 python3.7 虛擬環境

Ubuntu Server18 python3.7 環境

Ubuntu Server18 默認是python3.6, 目前開發主要用python3.7.
因此想搭建python3.7環境. 試過幾手動編譯python3.7源碼雖成功, 有時確實很麻煩(特別是遇到ssl錯誤, pip沒法安裝包).python

最後總結一簡易方式:

  1. 安裝python3.7 : sudo apt-get install python3.7
  2. 安裝pipenv : pip3 install pipenv

構建python3.7虛擬環境shell

  1. pipenv --python 3.7
  2. pipenv shell //激活虛擬環境
  3. pipenv update --python3.7
相關文章
相關標籤/搜索