-
-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
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
Support for Python3.6 executables #420
Comments
Hi @pscadiz. |
Hi @bastelfreak Will work on it, among other things I still owe you :) Thanks! |
Hey @pscadiz, I’m curious if maybe I’m misunderstanding you. But using the rscl libraries I was able able to create a virtual environment and install pip packages, utilizing 2.1. Are you experiencing different? I have this with both CentOS and RHEL. Maybe I can provide how, but just want to make sure I’m understanding you properly. |
Just leaving a question here.
Am currently experiencing setting up python+virtualenv using python3.6
Have installed it through the epel repositories, which has given the executable /bin/python36
Now setting up virtual environments through python3.6 no longer uses the virtualenv pip package, instead it can be set up using the command /bin/python36 -m venv /path/to/virtualenv.
Here's what I have experienced so far:
Is there any implementation if the latest version of this module to support it?
Just leaving a question here.
Operating system used - CentOS7
Puppet version - Puppet4
Module version used - v2.1.0 (used the tag)
The text was updated successfully, but these errors were encountered: