virtualenv-pythonw-osx
virtualenv-pythonw-osx copied to clipboard
Install a working 'pythonw' into a virtualenv on Mac OS X
When I create a virtualenv, the `bin` directory looks like this: ``` sh $ ls -l bin/ -rw-r--r-- 1 XXX XXX 2097 21 Jul 11:59 activate -rw-r--r-- 1 XXX XXX...
As seen in #11 the current usage string is confusing. As far as I can tell, that `install_pythonw.py` is simply a remnant from some older version, but I really don’t...
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...
I installed this package using: ``` .python-env/bin/pip install git+git://github.com/gldnspud/virtualenv-pythonw-osx.git ``` and then I tried to run the script: ``` .python-env/bin/fix-osx-virtualenv .python-env/ ``` and got the following errors: ``` Traceback (most...
Building off the work done by @nils-werner at https://github.com/gldnspud/virtualenv-pythonw-osx/commit/69fe37bc26403dfe9a082f228917db4a0de366e9, I'd like to clean up various aspects of the repo, add a proper `CONTRIBUTORS.md` file, etc., and then tag+release a v1.0.0...
Is there anyway to get this to fix ipython as well?