Skip to content
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

Python 3 + virtualenv + centos 7 not working #354

Closed
rgarrigue opened this issue Dec 22, 2016 · 1 comment · Fixed by #489
Closed

Python 3 + virtualenv + centos 7 not working #354

rgarrigue opened this issue Dec 22, 2016 · 1 comment · Fixed by #489

Comments

@rgarrigue
Copy link

rgarrigue commented Dec 22, 2016

Hi

I've been trying to set up a virtualenv on a centos 7.2 using python 3. No luck so far, basically python3-virtualenv doesn't exist, so no virtualenv.
I tried to say python { ... virtualenv => absent ...} then python::pip { 'virtualenv': } but I end up with a dependency cycle due to Exec[pip_install_virtualenv].

My suggestion would be to use os package for python, python-dev and python-pip then stick to pip for virutalenv and other. But maybe there's another reason for not doing so ?

Best regards,

@rgarrigue
Copy link
Author

My bad, I managed it with pyvenv. I guess this is basic python knowledge, but maybe the doc should highlight this fact.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant