I have created a virtualenv using pip but unable to install python 3.5 in the virtual environment. When I try this:
virtualenv venv1 --python=python3.5
I am getting this error:
The path python3.5 (from --python=python3.5) does not exist
But I am able to install python 2.7 in the virtual environment without any issues. The error message is not clear, please suggest how to install python 3.5 in this virtual environment.
--python=/usr/bin/python3.5for example.--python=python3.5while creating virtual environment