I have a question because the Linux Python version has not been changed.

Asked 2 years ago, Updated 2 years ago, 98 views

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

2022-09-20 08:47

1 Answers

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).


2022-09-20 08:47

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.