We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try uninstalling any pip package
Evaluation Error: Cannot reassign variable '$pip_exec_name' (file: /etc/puppetlabs/code/environments/development/vendor-modules/python/manifests/pip.pp, line: 224, column: 24) (file: /etc/puppetlabs/code/environments/development/modules/profile/manifests/base/python/supervisor.pp, line: 7)
pip package to be uninstalled
$pip_exec_name is defined on both lines 177 and 224
The text was updated successfully, but these errors were encountered:
Fixed in 94d6218 released as v4.0.0.
Sorry, something went wrong.
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Try uninstalling any pip package
What are you seeing
Evaluation Error: Cannot reassign variable '$pip_exec_name' (file: /etc/puppetlabs/code/environments/development/vendor-modules/python/manifests/pip.pp, line: 224, column: 24) (file: /etc/puppetlabs/code/environments/development/modules/profile/manifests/base/python/supervisor.pp, line: 7)
What behaviour did you expect instead
pip package to be uninstalled
Output log
Any additional information you'd like to impart
$pip_exec_name is defined on both lines 177 and 224
The text was updated successfully, but these errors were encountered: