Dev.to version of this article may not be the up-to-date one. You can visit originally published resource: tech.serhatteker.com to see the most rec...
For further actions, you may consider blocking this person and/or reporting abuse
This breaks
apt-get upgrade
(and other things) because Ubuntu 18.04 wants Python 3.6 to be the system python. Have you come across this problem?Sorry to hear that. This was an outdated version of this article. I updated this one as well now.
Also as I mentioned now in the beginning of article you can follow up-to-date version of this article on: tech.serhatteker.com.
yes, how did you solve, could you share because i have problems with apt_
I upgraded to Ubuntu 20.04. :-P
update-alternatives --set python3 /usr/bin/python3.6
You forgot a second step -- maybe related to some crashes from some comments.
Notice that you have
python*-config
files in there too:. AFAIU one should also apply a switch to
python3-config
.In Step-2, I would recommend also doing:
, and set accordingly (as explained in the article), but now for
python3-config
:Hope that is right and to complement the nice article.
/.\
Thank you 😄
Thanks. It's clear and useful :).
this was a HUGE help...thank you!
Thanks!
Life Saver 5/5
Clean, easy, 5/5.
Thank you.
It works! Thanks!
This works, however, after I close the terminal, I can't open it again.
To get it back I have to do:
sudo ln -sf /usr/bin/python3.6 /usr/bin/python3
in the xterm terminal.
Thank you!
thanks man
Not work for me!!!
Thanks for the information cookie clicker 2
Protecting Legal Rights: Fraud victims must be vigilant about protecting their rights throughout the process . A fraud lawyer will ensure that victims are not taken advantage of by the perpetrators or insurance companies, and that their interests are safeguarded at all times. cutt.ly/6eDx5MAh
Nice! thxs