Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question
#1
Hi I've already installed Python put on my computer there are two wich is the correct one? I have to disinstall some files?
Thank you    
Reply
#2
Python 3.9/3.8 and pip installation under Windows
Follow link over,make most sense now to have Python 3.9 64-bit as main version.
All test as in link from command line(cmd),or a much better alternative cmder.
C:\>python -V
Python 3.9.2

C:\>pip -V
pip 20.2.3 from c:\python39\lib\site-packages\pip (python 3.9)

C:\>
You can keep 3.8 or uninstall make no difference.
py can access all other version.
C:\>py -3.8 -V
Python 3.8.0

C:\>py -2.7 -V
Python 2.7.17
Reply
#3
(Mar-12-2021, 08:23 PM)Dayago Wrote: Hi I've already installed Python put on my computer there are two wich is the correct one? I have to disinstall some files?
Thank you

Firstly,
Spelling correction: Uninstall not 'Dis-Install'

Secondly,
It is better to use the latest version of python (3.9.2).
If you want to code, search Idle, and something like 'IDLE (Python 3.9)' will come.
Click on it!

Any questions, ask here!
Reply


Forum Jump:

User Panel Messages

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