Existing Python version is 3.6
I tried to change it to Python 2.7 because the module I was going to use didn't work. So even though I changed Python like the capture screen, it keeps coming out as 3.6... How do we solve this?
linux python-2.7 python
Why change the major version of System Python? Python-based tools look like they're going to break down.
If you need it for a specific project, use a virtual environment (venv).
© 2024 OneMinuteCode. All rights reserved.