Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 344 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 344 Bytes

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