gpt4 book ai didi

Windows 上的 Python 和 Virtualenv

转载 作者:IT老高 更新时间:2023-10-28 20:32:38 24 4
gpt4 key购买 nike

如何在 windows 上正确安装 virtualenv?

我从 here 下载了 virtualenv1.9.1并尝试安装它:

python virtualenv.py install

但它没有出现在 MyPythonPath/Scripts 中

我尝试以同样的方式安装 virutalenvwrapper-win并且它安装正确。但是我不能使用它,因为我没有virtualenv

python.exe: can't open file 'MyPythonPath\Scripts\virtualenv-script.py': [Errno 2 ] No such file or directory

最佳答案

安装 Python 包的建议方法是使用 pip

请按照此文档安装pip:https://pip.pypa.io/en/latest/installing/

注意:Python 2.7.9 及以上版本,Python 3.4 及以上版本已经包含 pip。

然后安装virtualenv:

pip install virtualenv

关于Windows 上的 Python 和 Virtualenv,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17737203/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com