Commit Graph

3 Commits

Author SHA1 Message Date
Jeff Geerling
65eddfe604 Fixes #7, Fixes #6: Allow customization of pip_package name. 2017-12-19 23:58:00 -06:00
grahamlyons
4a2fd99b54 Add name of the system pip package into defaults
On Amazon Linux, installing `python-pip` acutally installs the
`python26-pip` package, so anything running in Python 2.7 won't
find the dependencies installed with that `pip`.

This allows the package name to be customised, depending on the OS
and Python versions.
2017-11-14 12:28:48 +00:00
Jeff Geerling
5640fffb6e Initial commit. 2017-05-26 23:09:47 -04:00