中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

python建立venv虛擬環境的方法

發布時間:2020-06-24 10:58:28 來源:億速云 閱讀:178 作者:清晨 欄目:編程語言

這篇文章將為大家詳細講解有關python建立venv虛擬環境的方法,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。


創建虛擬環境

在當前目錄創建虛擬環境:

$ python -m venv .1

下面是”venv”的詳細使用參數:

usage: venv [-h] [--system-site-packages] [--symlinks] [--clear]
            [--upgrade] [--without-pip] ENV_DIR [ENV_DIR ...]

Creates virtual Python environments in one or more target directories.

positional arguments:
  ENV_DIR             A directory to create the environment in.

optional arguments:
  -h, --help             show this help message and exit
  --system-site-packages Give access to the global site-packages dir to the                         
  virtual environment.
  --symlinks             Try to use symlinks rather than copies, when symlinks
                         are not the default for the platform.
  --copies               Try to use copies rather than symlinks, even when
                         symlinks are the default for the platform.
  --clear                Delete the environment directory if it already exists.                        
                         If not specified and the directory exists, an error is
                         raised.
  --upgrade              Upgrade the environment directory to use this version                        
                         of Python, assuming Python has been upgraded in-place.
  --without-pip          Skips installing or upgrading pip in the virtual
                         environment (pip is bootstrapped by default)

激活虛擬環境

在Posix標準平臺下:

$ source <venv>/bin/activate

在Windows cmd下:

C:> <venv>/Scripts/activate.bat

在Windows PowerShell下:

PS C:> <venv>/Scripts/Activate.ps1

測試虛擬環境

激活虛擬環境后,在命令行會提示當前虛擬環境的名稱,就表示激活成功了。

在當前虛擬環境中安裝numpy:

$ pip install numpy

當前安裝的numpy包與系統中的不會沖突,下面進行測試:

$ python
>>> import numpy
>>> print(numpy)

如果輸出了numpy的包路徑就表示一切正常。


關于python建立venv虛擬環境的方法就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

琼中| 措勤县| 精河县| 大宁县| 武义县| 茌平县| 定州市| 明水县| 涞源县| 绥芬河市| 海南省| 康乐县| 阿克| 三江| 静乐县| 壶关县| 紫阳县| 昌乐县| 通榆县| 大渡口区| 石首市| 西昌市| 大同县| 井研县| 宣汉县| 澄江县| 牙克石市| 塘沽区| 威海市| 土默特右旗| 邻水| 襄垣县| 龙岩市| 明星| 洪江市| 蕉岭县| 舒兰市| 赣州市| 修文县| 大洼县| 绍兴县|