Advertisement
kastielspb

Pipenv installing

Mar 5th, 2019
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. sudo apt-get update
  2. sudo apt-get upgrade
  3. sudo apt-get install python-pip
  4. sudo python -m pip install -U pip
  5. sudo apt-get install python3-pip
  6. pip install --user --upgrade pipenv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement