bonzofenix / python-release

Python release for use with `bosh vendor-package`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python

To vendor python package into your release, run:

$ bosh vendor-package python-2.7 ~/workspace/bosh-packages/python-release

Included packages:

  • python-2.7

To use python-* package for compilation in your packaging script:

#!/bin/bash -eu
source /var/vcap/packages/python-2.7/bosh/compile.env
pip install ...

About

Python release for use with `bosh vendor-package`

License:Apache License 2.0


Languages

Language:Shell 100.0%