DEV Community

Discussion on: How to Upgrade to Python 3.7 on Ubuntu 18.04/18.10

Collapse
 
avstark profile image
akhil

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.

Collapse
 
serhatteker profile image
Serhat Teker

Thank you!