Orginally forked from github/homebrew-bootstrap
, this homebrew tap makes available a command to help get python set up automatically based on a .python-version
file, and leverages pipenv
to handle dependency bundling.
brew bootstrap-pyenv-python
: Installs Python and Pipenv.
brew tap customink/bootstrap-python
brew bootstrap-pyenv-python
The following should be comitted to your application repo:
.python-version
to specify the proper python version.Pipfile
andPipfile.lock
for specifying dependency versions.
In active development.
Homebrew Bootstrap is licensed under the MIT License. The full license text is available in LICENSE.txt.