Skip to content

Commit

Permalink
Merge pull request #167 from basil/python
Browse files Browse the repository at this point in the history
Install Python 3
  • Loading branch information
dduportal authored Jan 18, 2022
2 parents 89ac7c8 + 54e4a85 commit d109a14
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/ubuntu-20-provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,14 @@ else
apt-get install -y --no-install-recommends git
fi

# Install Python 3
apt-get install -y --no-install-recommends \
python3 \
python3-docker \
python3-pip \
python3-venv \
python3-wheel

## Install git-lfs (after git)
git_lfs_archive="git-lfs-linux-${ARCHITECTURE}-v${GIT_LFS_VERSION}.tar.gz"
git_lfs_release_url="https://github.com/git-lfs/git-lfs/releases/download/v${GIT_LFS_VERSION}/${git_lfs_archive}"
Expand Down

0 comments on commit d109a14

Please sign in to comment.