https://github.com/bluedynamics/bda-naked-python
Buildout for building different Python versions
https://github.com/bluedynamics/bda-naked-python
Last synced: about 1 year ago
JSON representation
Buildout for building different Python versions
- Host: GitHub
- URL: https://github.com/bluedynamics/bda-naked-python
- Owner: bluedynamics
- Created: 2014-06-02T11:05:52.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T13:27:13.000Z (over 10 years ago)
- Last Synced: 2025-02-03T18:38:56.077Z (over 1 year ago)
- Language: Python
- Size: 41 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
bda-nacked-python
=================
Buildout for Python.
This buildout installs fresh and clean Python versions on your computer.
If you use Debian-Linux, install the necessary packages first. For other OSes
do something similar::
$ sudo apt-get install build-essential libreadline-dev zlib1g-dev libbz2-dev
$ sudo apt-get install libssl-dev libjpeg-dev
Then bootstrap the buildout with your system's python version::
$ python bootstrap.py
To install all versions, type::
$ ./bin/buildout
To install a specific Python version, e.g. Python 2.6, type::
$ ./bin/buildout -c buildout2.6.cfg
There will be links to the Python executables in the buildout's bin directory.