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

virtualenv broken for python3 #24

Closed
jminuscula opened this issue Aug 11, 2013 · 3 comments
Closed

virtualenv broken for python3 #24

jminuscula opened this issue Aug 11, 2013 · 3 comments
Labels
bug Something isn't working

Comments

@jminuscula
Copy link

The ppa:fkrull/deadsnakes repository provides new python packages, I am using it to install python3.3

The python version in virtualenv definition does not seem to have any effect, as it is always created with the default python for the 'virtualenv' command. pip is not available for python3 either.

In addition, python3+ provides its own virtualenv —pyvenv—, which should be used.

@binary1230
Copy link

Hm yea I seem to be running into the same issue on Ubuntu 14

@sethcleveland
Copy link
Contributor

Pull request to support pyvenvs was merged. FYI, When building python3.4, there's a configure flag to install with pip. Does that exist with python3.3?

ex.
configure --with-ensurepip=install

@shivapoudel
Copy link
Contributor

I couldn't found this bug existence ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants