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 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.