Or, if you're using Ubuntu 17.10::

$ sudo apt install python-software-properties
    $ sudo add-apt-repository ppa:kennethreitz/pipenv
    $ sudo apt update
    $ sudo apt install python3-pipenv

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-07 05:28:30 -05:00
parent b061922303
commit f745a5cec9
+7
View File
@@ -48,6 +48,13 @@ If you're on MacOS, use can install Pipenv easily with Homebrew::
$ brew install pipenv
Or, if you're using Ubuntu 17.10::
$ sudo apt install python-software-properties
$ sudo add-apt-repository ppa:kennethreitz/pipenv
$ sudo apt update
$ sudo apt install python3-pipenv
Otherwise, just use pip::
$ pip install pipenv