Skip to content

Sprout-wrap compatible cookbook to install pyenv using Brew, and then any version of Python using soloist.

License

Notifications You must be signed in to change notification settings

kigster/sprout-pyenv

Repository files navigation

sprout-pyenv

Build Status

Recipes to install pyenv and manage python versions with it on OS X. Based on sprout-rbenv cookbook by Pivotal Labs.

Usage

Simply define ad version of Python you'd like to install in the following format:

# soloist
- sprout-pyenv
# ...

node_attributes:
  sprout:
    pyenv:
      pythons:
        2.7.11: {}
      default_python: 2.7.11

About

Sprout-wrap compatible cookbook to install pyenv using Brew, and then any version of Python using soloist.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages