mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
+4
-4
@@ -52,8 +52,8 @@ Installation
|
||||
**Jannis Leidel**, former pip maintainer—
|
||||
*Pipenv is the porcelain I always wanted to build for pip. It fits my brain and mostly replaces virtualenvwrapper and manual pip calls for me. Use it.*
|
||||
|
||||
**Jhon Crypt**—
|
||||
*Pipenv is the best thing since pip, thank you!*
|
||||
**Justin Myles Holmes**—
|
||||
*Pipenv is finally an abstraction meant to engage the mind instead of merely the filesystem.*
|
||||
|
||||
**Isaac Sanders**—
|
||||
*Pipenv is literally the best thing about my day today. Thanks, Kenneth!*
|
||||
@@ -161,12 +161,12 @@ Locate the virtualenv::
|
||||
|
||||
$ pipenv --venv
|
||||
/Users/kennethreitz/.local/share/virtualenvs/test-Skyy4vre
|
||||
|
||||
|
||||
Locate the Python interpreter::
|
||||
|
||||
$ pipenv --py
|
||||
/Users/kennethreitz/.local/share/virtualenvs/test-Skyy4vre/bin/python
|
||||
|
||||
|
||||
Install packages::
|
||||
|
||||
$ pipenv install
|
||||
|
||||
+2
-2
@@ -64,8 +64,8 @@ User Testimonials
|
||||
**Jannis Leidel**, former pip maintainer—
|
||||
*Pipenv is the porcelain I always wanted to build for pip. It fits my brain and mostly replaces virtualenvwrapper and manual pip calls for me. Use it.*
|
||||
|
||||
**Jhon Crypt**—
|
||||
*Pipenv is the best thing since pip, thank you!*
|
||||
**Justin Myles Holmes**—
|
||||
*Pipenv is finally an abstraction meant to engage the mind instead of merely the filesystem.*
|
||||
|
||||
**Isaac Sanders**—
|
||||
*Pipenv is literally the best thing about my day today. Thanks, Kenneth!*
|
||||
|
||||
Reference in New Issue
Block a user