mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge branch 'bugfix/windows-bugs' of github.com:pypa/pipenv into bugfix/windows-bugs
This commit is contained in:
+3
-4
@@ -58,13 +58,12 @@ Otherwise, just use pip::
|
||||
**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.*
|
||||
|
||||
**David Gang**—
|
||||
*This package manager is really awesome. For the first time I know exactly what my dependencies are which I installed and what the transitive dependencies are. Combined with the fact that installs are deterministic, makes this package manager first class, like cargo*.
|
||||
|
||||
**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!*
|
||||
|
||||
|
||||
|
||||
☤ Features
|
||||
----------
|
||||
|
||||
+1
-1
@@ -210,7 +210,7 @@ Pipenv allows you to open any Python module that is installed (including ones in
|
||||
|
||||
This allows you to easily read the code you're consuming, instead of looking it up on GitHub.
|
||||
|
||||
.. note:: The standard ``EDITOR`` environment variable is used for this. If you're using Sublime Text, for example, you'll want to ``export EDITOR=subl`` (once you've installed the command-line utility).
|
||||
.. note:: The standard ``EDITOR`` environment variable is used for this. If you're using VS Code, for example, you'll want to ``export EDITOR=code`` (if you're on macOS you will want to `install the command <https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line>`_ on to your ``PATH`` first).
|
||||
|
||||
☤ Automatic Python Installation
|
||||
-------------------------------
|
||||
|
||||
+3
-3
@@ -72,12 +72,12 @@ 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.*
|
||||
|
||||
**David Gang**—
|
||||
*This package manager is really awesome. For the first time I know exactly what my dependencies are which I installed and what the transitive dependencies are. Combined with the fact that installs are deterministic, makes this package manager first class, like cargo*.
|
||||
|
||||
**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!*
|
||||
|
||||
☤ Pipenv Features
|
||||
-----------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user