Re: [Puppet Users] Re: Python PIP and Centos 6

2012-12-19 Thread Joshua Vote
If anyone else is watching this issue: the pull request has been made and attached to issue - http://projects.puppetlabs.com/issues/18236 On Wednesday, December 19, 2012 9:58:06 AM UTC+8, Jakov Sosic wrote: > > On 12/18/2012 09:39 AM, Joshua Vote wrote: > > Yeah, I saw that function

[Puppet Users] Re: Python PIP and Centos 6

2012-12-18 Thread Joshua Vote
athname > pip *args > else > raise e, 'Could not locate the pip command.' > end > end > > other functions call lazy_pip to install or uninstall packages. > and lazy_pip use which to find where is the 'pip' command. > > >

[Puppet Users] Re: Python PIP and Centos 6

2012-12-16 Thread Joshua Vote
nows of a preferred way to go about this. I'm very new to puppet but not afraid to get my hands dirty, On Friday, December 14, 2012 4:12:02 PM UTC+8, Joshua Vote wrote: > > Hi, > > I'm currently in the process of writing my first puppet script and I've > hit

[Puppet Users] Python PIP and Centos 6

2012-12-14 Thread Joshua Vote
Hi, I'm currently in the process of writing my first puppet script and I've hit a a problem with the pip package provider. It seems like the puppet pip provider is looking for executable by the name of 'pip' but under Centos 6, the executable goes by the name 'pip-python'. While I can probably