How to downgrade python version back to 3.9 #3776
-
Hello, How I can downgrade python version on my macos from 3.10 to 3.9? 3.10 breaks some stuff internal to my company and of course I forget to suppress auto update. Brew list gets me:
Was trying to un-link 3.10 and link back 3.9 without success. Uninstall 3.10 can potentially break other packages
So how can I go back to 3.9? |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 9 replies
-
You can't downgrade packages, especially ones that other software depends on. The best way is just to put python 3.9 first in your path (or have your corporate software use |
Beta Was this translation helpful? Give feedback.
-
So I did get rid of that by installing python from installer (3.9) and modify the PATH accordingly. |
Beta Was this translation helpful? Give feedback.
-
I believe this works:
just be mindful of dependencies that might break |
Beta Was this translation helpful? Give feedback.
-
My suggestion, use pyenv it was created for that |
Beta Was this translation helpful? Give feedback.
-
if any one can not understand above method here is also method which i found and really also helpful you can check here : https://codelikechamp.com/how-to-downgrade-python-3-11-to-3-10/ |
Beta Was this translation helpful? Give feedback.
-
hey could you share my link of this post downgrade python form 3.11 to 3.10 if any one can not understand above method here is also method which i found and really also helpful you can check here : https://codelikechamp.com/install-python-3-11-ubuntu/
On Aug 28 2023, at 10:53 pm, Osama Albahrani ***@***.***> wrote:
FYI, you may also use ***@***.***
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
sorry this one https://codelikechamp.com/how-to-downgrade-python-3-11-to-3-10/
On Aug 28 2023, at 10:54 pm, Muhammad Usman ***@***.***> wrote:
hey could you share my link of this post downgrade python form 3.11 to 3.10 if any one can not understand above method here is also method which i found and really also helpful you can check here : https://codelikechamp.com/install-python-3-11-ubuntu/
On Aug 28 2023, at 10:53 pm, Osama Albahrani ***@***.***> wrote:
FYI, you may also use ***@***.***
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
So I did get rid of that by installing python from installer (3.9) and modify the PATH accordingly.
Solved myslef.