Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
some errors on my terminal
#2
There can be some problem with this ppa ppa:jonathonf/python-3.6
@barry A. Warsaw answer.
Possible fix

The best and safest way to manage and install version is to use pyenv.
I have a tutorial here 
Example if i want 3.6.2,see it ftp to python.org and not a random ppa.
mint@mint ~ $ pyenv install 3.6.2
Downloading Python-3.6.2.tar.xz...
-> https://www.python.org/ftp/python/3.6.2/Python-3.6.2.tar.xz
Installing Python-3.6.2...
Installed Python-3.6.2 to /home/mint/.pyenv/versions/3.6.2

# Make it default version
mint@mint ~ $ pyenv global 3.6.2
# Test
mint@mint ~ $ python
Python 3.6.2 (default, Aug  6 2017, 12:55:04) 
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 
Reply


Messages In This Thread
some errors on my terminal - by greed13 - Sep-21-2017, 07:00 AM
RE: some errors on my terminal - by snippsat - Sep-21-2017, 08:22 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020