Skip to content

Commit

Permalink
Add python2 installation
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoscna committed Feb 9, 2021
1 parent 60276de commit af62022
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -21,6 +21,7 @@ configurable setup for different development workspaces needs.
- Minikube (minikube)
- Node.js (node)
- kind (kind)
- Python 2 (python2)
- Python 3 (python3)
- Skaffold (skaffold)

Expand Down
10 changes: 10 additions & 0 deletions setup/setup-python2.sh
@@ -0,0 +1,10 @@
#!/usr/bin/env bash

set -e

# Install python2
sudo apk add --no-cache \
python2

# Install pip
curl https://bootstrap.pypa.io/get-pip.py | sudo python2

0 comments on commit af62022

Please sign in to comment.