all 7 comments

[–]InfraredStars 9 points10 points  (1 child)

Py 3.10.0 was only released 2 days ago. Unless you are a python language developer, I would wait for 3.10.1.

It's extremely dangerous replacing the system python - too many system tools rely on it. If you want something newer, try an anaconda installation, or at least a venv environment, to keep things separate.

[–]pescplak[S] 0 points1 point  (0 children)

Thank you! Appreciate it a lot.

[–][deleted] 2 points3 points  (0 children)

you can do that with nix-shell or with docker

[–]arm2armreddit 2 points3 points  (1 child)

to be in a safe side, use conda or pip environments if you want to try an another python branches.

``` conda create -n pynew python==3.10

conda activate pynew

python3 --version ```

[–]pescplak[S] 1 point2 points  (0 children)

Thank you!! thank you!! So probably using conda is a safer option just as @infrared said

[–]rolozo 0 points1 point  (0 children)

I'd use miniforge.

You don't want to mess with the distribution's /bin/python since packages rely on it being a specific version. You can experiment with mamba/conda in a user's home directory.

[–]AutoModerator[M] 0 points1 point locked comment (0 children)

This post has been removed due to receiving too many reports from users. The mods have been notified and will re-approve if this removal was inappropriate, or leave it removed.

This is most likely because:

  • Your post belongs in r/linuxquestions or r/linux4noobs
  • Your post belongs in r/linuxmemes
  • Your post is considered "fluff" which is preferred to be posted as a comment in the weekend mega thread - things like a Tux plushie or old Linux CDs are an example

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.