replit / prybar

Pry open those interpreters.
GNU General Public License v2.0
253 stars 52 forks source link

Revert "prybar-python3 honors $VIRTUAL_ENV" #54

Closed dan-stowell closed 4 years ago

dan-stowell commented 4 years ago

While trying to run pip.main(['install', 'wikipedia']) from prybar-python3, I saw the following error:

ERROR: Error [Errno 2] No such file or directory: '/opt/virtualenvs/python3/bin/prybar-python3' while executing command python setup.py egg_info
ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: '/opt/virtualenvs/python3/bin/prybar-python3'

Backing this PR out while I cook up a fix.

Reverts replit/prybar#53