voxpupuli / puppet-python

Puppet module for installing and managing Python, pip, virtualenvs and Gunicorn virtual hosts.
https://forge.puppetlabs.com/puppet/python
Apache License 2.0
199 stars 370 forks source link

Use $real_pkgname for pip uninstall command #607

Closed brabiega closed 3 years ago

brabiega commented 3 years ago

Fix #606

Pull Request (PR) description

Use $real_pkgname for pip uninstall command

This Pull Request (PR) fixes the following issues

Fixes #606

brabiega commented 3 years ago

I've added the test, should be enough.

brabiega commented 3 years ago

I guess system wide pip path may differ on different OSes. /usr/bin/pip - this is not universal.

I'll fix the acceptance tests to run pip inside virtualenv.