如何在Windows上使用命令行在python中安装软件包?

时间:2016-04-14 03:44:19

标签: python python-3.x cmd package pip

环境:

  

Windows 10 64bit
  Python 3.5.1 32bit
  Visual Studio代码

我所知道的

  • pip install xxxx全球安装
  • 通过设置使用Pycharm安装

问题

如何在Windows上使用命令行在项目中安装包?我查看了文档,有一个名为VirtualEnv的内容,但我在Windows中没有得到此命令。

3 个答案:

答案 0 :(得分:0)

您可以使用pip安装virtualenv。

std::vector<Person*>

安装完成后,您可以参考本指南开始使用virtualenv。

http://docs.python-guide.org/en/latest/dev/virtualenvs/

答案 1 :(得分:0)

VirtualEnv是您最好的选择。以下帖子中的答案可以帮助您熟悉VirtualEnv。 Comprehensive beginner's virtualenv tutorial?

要在Windows上运行,请查看以下链接:

https://virtualenv.pypa.io/en/latest/userguide.html

答案 2 :(得分:0)

venv附带Python。我不确定addon virtualenv和virtualenvwrapper有什么优势。 https://docs.python.org/3/library/venv.html?highlight=venv#module-venv