Skip to content

Commit

Permalink
More detail in changelog about how to replace -E.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Mar 13, 2012
1 parent b072a9a commit 00a2234
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/news.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ Beta and final releases planned for the second half of 2012.

* Removed ``-E``/``--environment`` option and ``PIP_RESPECT_VIRTUALENV``;
both use a restart-in-venv mechanism that's broken, and neither one is
useful since every virtualenv now has pip inside it.
useful since every virtualenv now has pip inside it. Replace ``pip -E
path/to/venv install Foo`` with ``virtualenv path/to/venv &&
path/to/venv/pip install Foo``.

* Fixed issue #366 - pip throws IndexError when it calls `scraped_rel_links`

Expand Down

0 comments on commit 00a2234

Please sign in to comment.