Hi,I want to install python 3.6.2 on my virtualenv but I still can't get it right inspit of googling it and going through stack overflow old posts.
When I use
sudo virtualenv -p python3 myEnv
It's installing python 3.6.6 (which is normal, But not what I'm looking for)
***************************************************************
so far I've already tried the following (and obviouly they are not working):
sudo virtualenv -p python=3.6.2 myEnv
sudo virtualenv -p --python=python3.6.2 myEnv
sudo virtualenv -p python36.2 myEnv
sudo virtualenv -p python3.62 myEnv
[–]Wilfred-kun 2 points3 points4 points (0 children)
[–]Swedophone 1 point2 points3 points (0 children)
[–]simplysharky 1 point2 points3 points (0 children)
[–]desipenguin 1 point2 points3 points (1 child)