Tag Archives: Scoop

Install Python 2.7 via Scoop

Scoop is powerful tools to install package in Windows environment. So, python is and available via Scoop. Scoop will install Python version 3.x. But, if you still need python 2.7 for your development you will need to do followings. Install alternative bucket for Scoop. scoop bucket add versions Install Python …