Skip to content

Commit

Permalink
pip-run supports persitent environments, is the portable one. Fixed l…
Browse files Browse the repository at this point in the history
…ink to virtualenvwrapper.
  • Loading branch information
jaraco committed Sep 9, 2023
1 parent 75b3baf commit 8c6c941
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ runpy scripts).
Comparison with virtualenvwrapper mktmpenv
==========================================

The `mkvirtualenv project <https://pypi.org/project/mkvirtualenv/>`_
The `virtualenvwrapper project <https://pypi.org/project/virtualenvwrapper/>`_
attempts to address some of the use-cases that pip-run solves,
especially with the ``mktmpenv`` command, which destroys the
virtualenv after deactivation. The main difference is that ``pip-run``
Expand All @@ -445,8 +445,8 @@ is transient only for the invocation of a single command, while
- ✓
- ✓
* - portable
-
- ✓
-
* - one-line invocation
- ✓
-
Expand All @@ -466,7 +466,7 @@ is transient only for the invocation of a single command, while
- ✓
- ✓
* - persistent environments
-
-
- ✓

Integration
Expand Down

0 comments on commit 8c6c941

Please sign in to comment.