You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use python::pip without any parameter, I have this error :
Error: Parameter unless failed on Exec[pip_install_collective.zopeedit]: 'pip freeze | grep -i -e ^collective.zopeedit==' is not qualified and no path was specified. Please qualify the command or specify a path. at /etc/puppet/modules/python/manifests/pip.pp:87
Wrapped exception:
'pip freeze | grep -i -e ^collective.zopeedit==' is not qualified and no path was specified. Please qualify the command or specify a path.
If I change line 61 of pip.pp by :
'system' => '/usr/bin/pip',
It works.
Do you have an idea about why puppet doesn't find pip ?
The text was updated successfully, but these errors were encountered:
Just to note, adding Exec { path => '/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin' } doesn't guarantee that pip will be found as it doesn't provide explicit ordering. Is there a way to remedy this?
When I try to use python::pip without any parameter, I have this error :
If I change line 61 of pip.pp by :
It works.
Do you have an idea about why puppet doesn't find pip ?
The text was updated successfully, but these errors were encountered: