more pipenv version updates

pull/2182/head
Greg Hogan 5 years ago
parent cad76bf28b
commit be2b093d6e
  1. 2
      Dockerfile.openpilot_base
  2. 2
      tools/mac_setup.sh
  3. 2
      tools/ubuntu_setup.sh

@ -56,7 +56,7 @@ RUN pyenv install 3.8.2 && \
pyenv global 3.8.2 && \ pyenv global 3.8.2 && \
pyenv rehash && \ pyenv rehash && \
pip install --no-cache-dir --upgrade pip==20.1.1 && \ pip install --no-cache-dir --upgrade pip==20.1.1 && \
pip install --no-cache-dir pipenv==2018.11.26 && \ pip install --no-cache-dir pipenv==2020.8.13 && \
cd /tmp && \ cd /tmp && \
pipenv install --system --deploy --dev --clear && \ pipenv install --system --deploy --dev --clear && \
pip uninstall -y pipenv pip uninstall -y pipenv

@ -51,5 +51,5 @@ pyenv global 3.8.2
pyenv rehash pyenv rehash
eval "$(pyenv init -)" # CI doesn't use .bash_profile, and will use python2.7 if this line isn't here. eval "$(pyenv init -)" # CI doesn't use .bash_profile, and will use python2.7 if this line isn't here.
pip install pipenv==2018.11.26 pip install pipenv==2020.8.13
pipenv install --system --deploy pipenv install --system --deploy

@ -87,7 +87,7 @@ pyenv rehash
# **** in python env **** # **** in python env ****
# install pipenv # install pipenv
pip install pipenv==2018.11.26 pip install pipenv==2020.8.13
# pipenv setup (in openpilot dir) # pipenv setup (in openpilot dir)
pipenv install --dev --system --deploy pipenv install --dev --system --deploy

Loading…
Cancel
Save