Problem Setting Up A Virtualenv

后端 未结 4 918
忘了有多久
忘了有多久 2020-12-10 17:25

I\'m trying to set up a virtualenv on Ubuntu 10.04 with Python 2.6.5 but having some issues.

After having installed virtualenv and virtualenv wrapper with pip, I\'m

4条回答
  •  臣服心动
    2020-12-10 18:02

    This issue already has several answers, but I want to share my solution, in case it helps the next person.

    Where I run the command matters. I was running the virtualenv env command inside the /vagrant shared folder. That was my mistake. When I cd back to my HOME dir, then run virtualenv env, everything works fine.

提交回复
热议问题