mirror of
https://github.com/jcwimer/kubernetes-ansible
synced 2026-05-11 14:46:17 +00:00
Initial Commit
This commit is contained in:
10
tests/files/install-pip.sh
Normal file
10
tests/files/install-pip.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
apt-get update -qq
|
||||
apt-get install -y -qq \
|
||||
python-dev \
|
||||
python-pip \
|
||||
python-setuptools
|
||||
|
||||
pip install --upgrade setuptools
|
||||
pip install ez_setup
|
||||
pip install pipenv
|
||||
Reference in New Issue
Block a user