Hacker News new | ask | show | jobs
by westurner 480 days ago
> When was the -E <virtualenv> flag removed from pip and why?

Though `pip install --python=... pkg` won't work ( https://github.com/pypa/pip/pull/12068 ),

Now, there's

  pip --python=$VIRTUAL_ENV/bin/python install pkg