Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 779 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 779 Bytes

Python Bootstrap

Easily create a Python virtual environment and deploy Python projects.

Configuration

See bootstrap.sh source for all configuration options.

Usage Examples

To create a virtualenv foo with the package Django installed:

curl --silent https://raw.githubusercontent.com/adlibre/python-bootstrap/master/bootstrap.sh | bash -s foo Django

To create a virtualenv tms with Adlibre TMS installed from source:

curl --silent https://raw.githubusercontent.com/adlibre/python-bootstrap/master/bootstrap.sh | bash -s tms git+git://github.com/adlibre/Adlibre-TMS.git

Run locally, create an empty virtualenv with Python 3.6:

PYTHON_BINARY=python3.6 ./bootstrap.sh .venv