Skip to content

Instantly share code, notes, and snippets.

@kurtlippert
Last active October 8, 2018 17:36
Show Gist options
  • Save kurtlippert/55923c7e983886fa40f45cd050ed96d1 to your computer and use it in GitHub Desktop.
Save kurtlippert/55923c7e983886fa40f45cd050ed96d1 to your computer and use it in GitHub Desktop.
install pipenv properly on ubuntu

When installing pipenv via pip... (as of 10/08/2018)

pip install --user --upgrade pip # to install latest 18.1
pip install --user git+https://github.com/pypa/pipenv.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment