全局版本中已經將 pip 升級為版本 10; 在命令窗口手動輸入 Virtualenv venv ,創建的虛擬環境中 pip 版本為 10; 使用PyCharm創建新項目時,默認使用 Virtualenv 創建虛擬環境。創建的虛擬環境中 pip 版本卻為 9。 這是為什么呢? 查看完整描述