add pip install command
This commit is contained in:
parent
58ff1ec9e4
commit
e11713bdbc
|
@ -1,8 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
echo "--cacert /usr/local/share/ca/cacert.pem" > ~/.curlrc
|
# echo "--cacert /usr/local/share/ca/cacert.pem" > ~/.curlrc
|
||||||
|
|
||||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
# /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
|
||||||
|
|
||||||
brew install ansible
|
# brew install ansible
|
||||||
|
|
||||||
|
python get-pip.py pip==20.1.1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user