Files
sunnypilot/update_requirements.sh
Greg Hogan 95516d3ea4 update pipenv install
old-commit-hash: cad76bf28b
2020-09-15 18:04:53 -07:00

7 lines
230 B
Bash
Executable File

#!/bin/bash -e
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
cd "$DIR"
sudo -- bash -c "source /etc/profile.d/comma_dev.sh; pip install pip==20.1.1 pipenv==2020.8.13; pipenv install --dev --deploy --system"