install python-pip manually on cygwin

This commit is contained in:
Cyryl Płotnicki-Chudyk 2016-08-05 10:27:31 +02:00
parent 14851ba8bc
commit ec8de1dd6a

View file

@ -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