adlibre / python-bootstrap

Easily create a Python virtual environment and deploy Python projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Easily create a Python virtual environment and deploy Python projects

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 100.0%