VirtualEnv 20.24.6 現已發布,VirtualEnv 用于在一臺機器上創建多個獨立的 Python 運行環境,可隔離項目之間的第三方包依賴,為部署應用提供方便,把開發環境的虛擬環境打包到生產環境即可,不需要在服務器上再折騰一翻。
新版更新內容如下:
- release 20.24.5 #2643
- 將"Virtualenv"更改為"virtualenv"以匹配 style #2646
- [test] 使用 get_hookimpls 方法而非私有屬性 #2649
- 刪除多余的括號 #2651
- 修復 CI #2655
- 升級 pip 和 setuptool #2656
更新說明:https://github.com/pypa/virtualenv/releases/tag/20.24.6