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
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: