This extension is currently unmaintained
python is an extension for the bedrock project to provide python in the bedrock environment.
- Installs python
- Installs pip and setuptools
- Installs virtualenv and virtualenvwrapper
- Installs psutil
Clone this project to ``[BEDROCK_DIR]/extensions```. For example:
cd ~/Development/bedrock/extensions
git clone [email protected]:bedrock-env/python.git
cd ~/Development/bedrock
./scripts/bootstrap
Mac OS X