Skip to content

Instantly share code, notes, and snippets.

@esamson33
Created November 30, 2012 23:31
Show Gist options
  • Save esamson33/4179471 to your computer and use it in GitHub Desktop.
Save esamson33/4179471 to your computer and use it in GitHub Desktop.
Setup Pypy on Slackware 14.0 using SBo
Install pypy
1. Go to sbo->python->pypy
2. Download pypy-1.9-linux64.tar.bz2
3. Run pypy.Slackbuild
Install distribute
1. Go to sbo->python-distribute
2. Download distribute-0.6.30.tar.gz
3. Edit distribute.Slackbuild to:
- use pypy instead of python in running setup.py
- add a prefix to the doc install so that it does not overwrite CPython distribute install
4. Run distribute.Slackbuild
Now you are ready to install any other python package through /usr/lib64/pypy-1.9/bin/easy_install-2.7.
@MagaTailor
Copy link

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