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 375 forks source link

Add python_path to pyvenv class #686

Closed wmellema closed 7 months ago

wmellema commented 7 months ago

Issue #685

Pull Request (PR) description

Add a custom path for python to the pyvenv module in order to use pyenv managed python installations

This Pull Request (PR) fixes the following issues

Fixes #685

wmellema commented 7 months ago

@bastelfreak You are absolutely correct. Added to the PR and updated the documentation