virtualenv-pythonw-osx icon indicating copy to clipboard operation
virtualenv-pythonw-osx copied to clipboard

where is install_pythonw.py?

Open johnjoo1 opened this issue 10 years ago • 3 comments

Usage in the init.py file says:

Usage: install_pythonw.py ROOT_OF_PARTICULAR_VIRTUALENV
(if you are in the virtualenv right now, try:

    $ which python

for me: /Users/me/venvs/py27/bin/python

    $ python install_pythonw.py /Users/me/venvs/py27/

or

    $ python install_pythonw.py `which python`/../..

There's no install_pythonw.py file in the repo. When I try to run using python install_pythonw PATH, it says that it can't find the main module.

johnjoo1 avatar Nov 19 '15 19:11 johnjoo1

This is just a documentation issue. You should run fix-osx-virtualenv.

bcipolli avatar Dec 25 '15 15:12 bcipolli

Cannot find the install_pythonw.py fix-osx-virtualenv only print the same message as shown above

jerry-shijieli avatar Jan 13 '16 02:01 jerry-shijieli

@imaginationsuper Yes, you should run that as described in place of install_pythonw.py while inside your virtual environment, e.g.:

$ source my-venv/bin/activate
(my-venv) $ fix-osx-virtualenv `which python`/../..

tjanson avatar Jan 30 '16 23:01 tjanson