I have a Debian system currently running with python 2.5.4. I got virtualenv properly installed, everything is working fine. Is there a possibility that I can use a virtuale
Create environment for python3:
virtualenv --python=/usr/bin/python3 env
Activate it:
source env/bin/activate