puppet-python icon indicating copy to clipboard operation
puppet-python copied to clipboard

Mange Python with Boxen and pyenv

Results 3 puppet-python issues
Sort by recently updated
recently updated
newest added

Try to install Python 2.7.8 via this module in boxen on OS X 10.10: ``` puppet node default { python::version { '2.7.8': } } ``` Results in build failure, using...

investigate

After adding this project to my `Puppetfile` as: ``` puppet github "python", "3.0.0", :repo => "mloberg/puppet-python" ``` I now get a warning when installing as part of `boxen`: ``` Warning:...

puppet config is the same as #18: output: ``` Notice: /Stage[main]/People::Dkowis::Pythons/Python::Version[2.7.8]/Exec[python-install-2.7.8]/returns: Downloading readline-6.3.tar.gz... Notice: /Stage[main]/People::Dkowis::Pythons/Python::Version[2.7.8]/Exec[python-install-2.7.8]/returns: -> http://ftpmirror.gnu.org/readline/readline-6.3.tar.gz Notice: /Stage[main]/People::Dkowis::Pythons/Python::Version[2.7.8]/Exec[python-install-2.7.8]/returns: Installing readline-6.3... Notice: /Stage[main]/People::Dkowis::Pythons/Python::Version[2.7.8]/Exec[python-install-2.7.8]/returns: Installed readline-6.3 to /opt/boxen/pyenv/versions/2.7.8 Notice: /Stage[main]/People::Dkowis::Pythons/Python::Version[2.7.8]/Exec[python-install-2.7.8]/returns: Notice:...

investigate