Broken references in Virtualenvs

前端 未结 26 1294
一整个雨季
一整个雨季 2020-11-27 08:53

I recently installed a bunch of dotfiles on my Mac along with some other applications (I changed to iTerm instead of Terminal, and Sublime as my default text editor) but eve

26条回答
  •  忘掉有多难
    2020-11-27 09:26

    Using Python 2.7.10.

    A single command virtualenv path-to-env does it. documentation

    $ virtualenv path-to-env
    Overwriting path-to-env/lib/python2.7/orig-prefix.txt with new content
    New python executable in path-to-env/bin/python2.7
    Also creating executable in path-to-env/bin/python
    Installing setuptools, pip, wheel...done.
    

提交回复
热议问题