Skip to content

Instantly share code, notes, and snippets.

@ah-cog
Forked from dragon788/gist:69295688c66f25ae3a97
Last active July 29, 2017 08:30
Show Gist options
  • Save ah-cog/0695a1951c99d50916b610476be21d47 to your computer and use it in GitHub Desktop.
Save ah-cog/0695a1951c99d50916b610476be21d47 to your computer and use it in GitHub Desktop.
Install pip for Babun

When developing with Python in on Windows, I use the Babun shell. Here, I describe how to set up a Python environment for use in Babun.

Install easy_setup:

wget https://bootstrap.pypa.io/ez_setup.py -O - | python

Use easy_setup to install pip:

easy_install pip

At this point, you're free to use pip to install Python packages. For example:

pip install Pillow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment