Upgrade pip in ubuntu setup (#2573)

albatross
doktorsleepelss 2020-11-19 14:54:26 -08:00 committed by GitHub
parent 1e48b2458e
commit e1bda99acb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ pyenv rehash
# **** in python env ****
# upgrade pip
pip install --upgrade pip==20.2.4
# install pipenv
pip install pipenv==2020.8.13