install python-pip manually on cygwin
This commit is contained in:
parent
14851ba8bc
commit
ec8de1dd6a
1 changed files with 3 additions and 0 deletions
|
@ -16,5 +16,8 @@ export NOVIM=true
|
||||||
export NO_GO=true
|
export NO_GO=true
|
||||||
export DIR=$DOTFILES_PATH
|
export DIR=$DOTFILES_PATH
|
||||||
|
|
||||||
|
curl https://bootstrap.pypa.io/get-pip.py > /tmp/get-pip.py
|
||||||
|
python /tmp/get-pip.py
|
||||||
|
|
||||||
$DIR/common/configure_fresh_system
|
$DIR/common/configure_fresh_system
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue