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
Currently, there seems to be no way to configure a custom python version installed by something like pyenv.
Using pyenv, you can install multiple python versions side-by-side without overwriting the system python, yet maintain application specific python versions.
The linked PR will solve this by utilizing a variable in python::pyvenv called python_path. If set, it will override the python version used to create that specific virtual environment.
The text was updated successfully, but these errors were encountered:
wmellema
pushed a commit
to wmellema/puppet-python
that referenced
this issue
Feb 8, 2024
Currently, there seems to be no way to configure a custom python version installed by something like pyenv.
Using pyenv, you can install multiple python versions side-by-side without overwriting the system python, yet maintain application specific python versions.
The linked PR will solve this by utilizing a variable in
python::pyvenv
calledpython_path
. If set, it will override the python version used to create that specific virtual environment.The text was updated successfully, but these errors were encountered: