mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 20:03:53 +08:00
more pipenv version updates
This commit is contained in:
@@ -56,7 +56,7 @@ RUN pyenv install 3.8.2 && \
|
||||
pyenv global 3.8.2 && \
|
||||
pyenv rehash && \
|
||||
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 && \
|
||||
pipenv install --system --deploy --dev --clear && \
|
||||
pip uninstall -y pipenv
|
||||
|
||||
@@ -51,5 +51,5 @@ pyenv global 3.8.2
|
||||
pyenv rehash
|
||||
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
|
||||
|
||||
@@ -87,7 +87,7 @@ pyenv rehash
|
||||
# **** in python env ****
|
||||
|
||||
# install pipenv
|
||||
pip install pipenv==2018.11.26
|
||||
pip install pipenv==2020.8.13
|
||||
|
||||
# pipenv setup (in openpilot dir)
|
||||
pipenv install --dev --system --deploy
|
||||
|
||||
Reference in New Issue
Block a user