Replies: 1 comment
-
The answer is a bit tricky, but let me try
Keep in mind there is no need for you to upgrade Python and this is just for lazy devs like me who can recreate their dev environment at will and don't like using multiple versions of Python. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In this thread (https://cloudbytes.dev/snippets/upgrade-python-to-latest-version-on-ubuntu-linux), it is stated:
"DO NOT RUN sudo apt autoremove as it will remove several packages that are required. This may break your system if you're using GUI, if you're on WSL2 you can proceed."
Does this mean that once we complete this upgrade to the latest Python version, the "sudo apt autoremove" command should never be used again?
Thanks,
Dave
Beta Was this translation helpful? Give feedback.
All reactions