How to add virtualenv to path

前端 未结 9 955
无人及你
无人及你 2020-12-09 04:01

I am trying to find out why my virtualenv and/or virtualenv wrapper - installed using pip using homebrew - cannot be foun

9条回答
  •  北海茫月
    2020-12-09 04:41

    This solution will give you an alternate tool to use and solve your virtualenv problem at the same time.

    Use pythonbrew. It is inspired from rvm in the ruby world and is helpful in managing pythons on your system and also wrap virtualenv commands to provide virtual environment management. I use it Mountain Lion for my development purposes and have had no problems. More details (on my blog): http://stacktoheap.com/blog/2013/03/11/why-use-virtualenv-when-there-is-pythonbrew/

提交回复
热议问题