Install python3 and pip3 on cygwin
We can use apt-cyg for this:
apt-cyg install python3 python3-setuptools
easy_install-3.4 pip
To use pip:
pip3 install ...
apt-cyg install python3 python3-setuptools
easy_install-3.4 pip
To use pip:
pip3 install ...