virtualenv-pythonw-osx
virtualenv-pythonw-osx copied to clipboard
where is install_pythonw.py?
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.
This is just a documentation issue. You should run fix-osx-virtualenv.
Cannot find the install_pythonw.py fix-osx-virtualenv only print the same message as shown above
@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`/../..