/python-release

Python release for use with `bosh vendor-package`

Primary LanguageShellApache License 2.0Apache-2.0

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 ...