Skip to content

Instantly share code, notes, and snippets.

@micrub
Last active January 6, 2018 23:59
Show Gist options
  • Select an option

  • Save micrub/57aa80935d8690ab16fcc287a662c126 to your computer and use it in GitHub Desktop.

Select an option

Save micrub/57aa80935d8690ab16fcc287a662c126 to your computer and use it in GitHub Desktop.
Install PIP for python for Babun

Manual installation

Tried following which broke python:

pact install python-setuptools python-ming
pact install libxml2-devel libxslt-devel libyaml-devel
curl -skS https://bootstrap.pypa.io/get-pip.py | python

First I removed what was installed and including python, and reinstalled without python-setuptools:

pact remove python-setuptools python-ming python libxml2-devel libxslt-devel libyaml-devel
pact install python libxml2-devel libxslt-devel libyaml-devel
python
# Still broken
pact remove python-setuptools python-ming python libxml2-devel libxslt-devel libyaml-devel
pact -i install python 
# Still broken

Hm... After all those tries it broke the python ;(

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