Skip to content

Easily create a Python virtual environment and deploy Python projects

License

Notifications You must be signed in to change notification settings

adlibre/python-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages