Skip to content
Snippets Groups Projects
Commit b107b176 authored by nimrod's avatar nimrod
Browse files

Install Python3 apps after the Python2 ones (have the Python3 override the Python2 ones).

parent 25be8b53
Branches
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@ go get github.com/kaorimatz/mysqldump-loader || true
go get github.com/lucagrulla/cw || true
go get sigs.k8s.io/kind || true
echo Installing Python apps >> /dev/stderr
python3 -m pip install --user --requirement requirements.txt
python2 -m pip install --user gsutil
python3 -m pip install --user --requirement requirements.txt
echo Downloading binary and vendored files, creating generated files >> /dev/stderr
git clean -fX .bash_completion.d/
make all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment