Problem running Virtualenv on Mac OS X

前端 未结 7 1810
野趣味
野趣味 2021-01-17 10:29

I\'m using virtualenv-1.4.5 on Mac OS X 10.6.2 (Xcode is installed) and Python 2.6. Here\'s what I get when I attempt to run a virtualenv...

 Mac-Pro:pylonsd         


        
7条回答
  •  攒了一身酷
    2021-01-17 10:41

    There is a solution for this using @gregglind's fork of virtualenv. I answered to the same problem here: mac osx: unable to use virtualenv

    git clone https://github.com/gregglind/virtualenv.git
    cd virtualenv
    git checkout feature/install_name_tool
    sudo python setup.py install
    

提交回复
热议问题