Upgrade pip in ubuntu setup (#2573)

old-commit-hash: e1bda99acb
commatwo_master
doktorsleepelss 5 years ago committed by GitHub
parent ba77d62542
commit 444080d1b6
  1. 3
      tools/ubuntu_setup.sh

@ -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

Loading…
Cancel
Save