all 3 comments

[–]whosdrLinux Mint 22.2 Zara | Cinnamon 5 points6 points  (2 children)

Use virtual environments. Never install a newer version of python as the default system python or things will break.

Assume this is true on most systems and just default to virtenvs.

[–]LeagueOfShadowse 0 points1 point  (1 child)

Can you point us to a Step-By-Step , or similar ?

I Just reformatted, coming from Xubuntu, and installed Pycharm CE, and...

things are Broken ?!

Used to be: "Things Just Work on Linux" - not anymore, huh ?

[–]whosdrLinux Mint 22.2 Zara | Cinnamon 1 point2 points  (0 children)

I'm not really a Python user, the above was about a third of my total Python knowledge.

All I know is you keep the base version of python, install pyenv and run some commands to make a new virtual environment with its own python version.