From 612d99161399a6f6850f1bca84d35faa0aef3b7a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 8 Mar 2018 17:13:02 -0500 Subject: [PATCH 1/4] new testimonial Signed-off-by: Kenneth Reitz --- README.rst | 4 ++-- docs/index.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 7a64a400..c36634ab 100644 --- a/README.rst +++ b/README.rst @@ -61,8 +61,8 @@ Otherwise, just use pip:: **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!* +**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*. diff --git a/docs/index.rst b/docs/index.rst index 9047f2c2..5a44ff09 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -75,8 +75,8 @@ User Testimonials **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!* +**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*. ☤ Pipenv Features ----------------- From 6ec9438d96df711db69b8cd8f668b6bfdf644591 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 8 Mar 2018 17:13:50 -0500 Subject: [PATCH 2/4] cleanup Signed-off-by: Kenneth Reitz --- README.rst | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c36634ab..0b111331 100644 --- a/README.rst +++ b/README.rst @@ -62,7 +62,7 @@ Otherwise, just use pip:: *Pipenv is finally an abstraction meant to engage the mind instead of merely the filesystem.* **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*. + *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*. diff --git a/docs/index.rst b/docs/index.rst index 5a44ff09..309d3fa3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -76,7 +76,7 @@ User Testimonials *Pipenv is finally an abstraction meant to engage the mind instead of merely the filesystem.* **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*. + *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*. ☤ Pipenv Features ----------------- From e7cbc01ced44aeff0133d1c1ae1a0500835252c6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 8 Mar 2018 17:14:55 -0500 Subject: [PATCH 3/4] reorder Signed-off-by: Kenneth Reitz --- README.rst | 5 ++--- docs/index.rst | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 0b111331..29e84c81 100644 --- a/README.rst +++ b/README.rst @@ -58,12 +58,11 @@ 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.* -**Justin Myles Holmes**— - *Pipenv is finally an abstraction meant to engage the mind instead of merely the filesystem.* - **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.* ☤ Features diff --git a/docs/index.rst b/docs/index.rst index 309d3fa3..ee751812 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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.* -**Justin Myles Holmes**— - *Pipenv is finally an abstraction meant to engage the mind instead of merely the filesystem.* - **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.* + ☤ Pipenv Features ----------------- From 01c34e3b72aa5096bdab6a5017db3a8f652d01de Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 8 Mar 2018 15:23:14 -0800 Subject: [PATCH 4/4] Use VS Code as the example editor for EDITOR usage Now that VS Code has pipenv support out of the box, might at well use an example that doesn't require any extra setup :wink: --- docs/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index 65af4061..f67a35e6 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -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 `_ on to your ``PATH`` first). ☤ Automatic Python Installation -------------------------------