简体   繁体   English

在Mac OS X 10.8.4上使用自制软件和pip安装VirtualEnv

[英]Installing VirtualEnv using homebrew and pip on Mac OS X 10.8.4

When I install virtualenv using homebrew + pip I get the following warnings: 当我使用homebrew + pip安装virtualenv时,我收到以下警告:

$ sudo pip install virtualenv
Downloading/unpacking virtualenv
  Downloading virtualenv-1.10.1.tar.gz (1.3MB): 1.3MB downloaded
  Running setup.py egg_info for package virtualenv

    warning: no files found matching '*.egg' under directory 'virtualenv_support'
    warning: no previously-included files matching '*' found under directory 'docs/_templates'
    warning: no previously-included files matching '*' found under directory 'docs/_build'
Installing collected packages: virtualenv
  Running setup.py install for virtualenv

    warning: no files found matching '*.egg' under directory 'virtualenv_support'
    warning: no previously-included files matching '*' found under directory 'docs/_templates'
    warning: no previously-included files matching '*' found under directory 'docs/_build'
    Installing virtualenv script to /usr/local/bin
    Installing virtualenv-2.7 script to /usr/local/bin
Successfully installed virtualenv
Cleaning up...

It seems like virtualenv is installed and working (virtualenv command works etc.) What do the warnings mean though? 似乎virtualenv已安装并正常工作(virtualenv命令工作等)虽然这些警告意味着什么? What exactly is virtualenv_support? 究竟是什么virtualenv_support? Should I be worried about them? 我应该担心他们吗?

It's a warning from Python's setuptools that occurs when installing virtualenv; 这是安装virtualenv时发生的Python安装工具的警告; it'll happen when installed outside of Homebrew, too. 它也会在安装在Homebrew之外时发生。 It's not actually a problem. 这实际上不是问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM