Skip to content

Commit

Permalink
Ensure pip is installed during vm setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubz committed Nov 3, 2021
1 parent 1bf4d65 commit e9af07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .sandstorm/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export DEBIAN_FRONTEND=noninteractive
# Install system dependencies.
apt-get update
apt-get install
apt-get install -y nginx uwsgi uwsgi-plugin-python3 python3-venv sqlite3 git
apt-get install -y nginx uwsgi uwsgi-plugin-python3 python3-pip python3-venv sqlite3 git

# Install pipx and pipenv.
python3 -m pip install --user pipx
Expand Down

0 comments on commit e9af07a

Please sign in to comment.