Python 3.6.4 [SOLVED]

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Black Swordsman

Python 3.6.4 [SOLVED]

Post by Black Swordsman »

I am trying to follow LPyTHW in order to work on learning python. I have downloaded python 3.6.4 from the python website but following LPhTHW to open python says to run python by typing python3.6 and recieve

No command 'python3.6' found, did you mean:
Command 'python3.5' from package 'python3.5-minimal' (main)
python3.6: command not found

and then when I type python (as LPyTHW recommends) I get

Python 2.7.12 (default, Dec 4 2017, 14:50:18)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.

My question is how do I update to python 3.6.x so that I can follow along with LPyTHW?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: Python 3.6.4

Post by catweazel »

Black Swordsman wrote: Sun Feb 25, 2018 1:55 am My question is how do I update to python 3.6.x so that I can follow along with LPyTHW?
You don't. It's dangerous to download python and install it because python is alrready an integral part of Mint. Use python3 to use the built-in version.
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
Black Swordsman

Re: Python 3.6.4

Post by Black Swordsman »

Ah. Thank you yet again and I apologize for having so many questions :oops:
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: Python 3.6.4

Post by catweazel »

Black Swordsman wrote: Sun Feb 25, 2018 2:15 am Ah. Thank you yet again and I apologize for having so many questions :oops:
You're most welcome, and no need to apologise. Cheers.
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
Locked

Return to “Software & Applications”