i have 2 version of python installed on my win10 machine 3.6 and 38
depending on my project
- how to launch one rather than the other ?
- Do i need to choose before i set the vrtual enviroment ?
basically i was wondering after setting my virtual enviroment, how to choose the one i want to use for the project ? any indication? id love to do like i do in choosing django version.. for example pip install django==2.1 , how can i do for choosing python version ?