when I run this:
python3 -m venv myproj
It will create a python 3.6 environment and I need to create a 3.5. I have both versions installed, how can I chose?
Thanks Miguel
when I run this:
python3 -m venv myproj
It will create a python 3.6 environment and I need to create a 3.5. I have both versions installed, how can I chose?
Thanks Miguel