Is there a way to install Python 3.10.6 and 3.10.11 on the same system? (Windows 11)
Python 3.10 on Windows 7
can I use python 3.10.9 or is it a most using 3.10.6
How to get python 3.10
Videos
I am very well aware of venv, I use it religiously for installing apps. But I recently wanted to install an App which specifically asks for 3.10.11. I already have 3.10.6 installed for another app I use.
I tried the app on 3.10.6 and it didn't install/work. I installed 3.10.11 and tried to install the 3.10.6 app and it failed. So there is something very specific between these two version that fails either one or the other app.
With the venv for 3.10.6 the old app works just fine because the venv is protecting the 3.10.6 install. So I can get both apps to work just fine, but it got me wondering if having two installs of 3.10 (with subversion difference) is even possible. Because I need to install 3.10.6 again, I'd need to uninstall 3.10.11, re-install 3.10.6, create a new venv for the app, then once installed and working, go back and re-install 3.10.11.
This seems like a lot of work and I have no idea how to allow both 3.10.6 and 3.10.11 to co-exist on the same PC. Help!
» pip install matplotlib