Python Forum
Installed versions of Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installed versions of Python
#4
You could install newer version look at Python 3.9/3.8 and pip installation under Windows
Visual Studio Code is more geared against Python,take a look at VS Code from start
(Sep-01-2021, 07:19 PM)SamHobbs Wrote: So am I safe in assuming I am using Python 3.7.1? Will the version 3.5 in AppData be a problem?
It's no problem to have many version i have a lot from python.org and Anaconda/Miniconda...ect.
For main version used most i like that python and pip point to that version(Windows Environment Variables Path) for easier editor setup and stuff,
then can use py to call other version.
Example same in cmd here use cmder(recommend).
G:\div_code
λ python -V
Python 3.9.5

G:\div_code
λ pip -V
pip 21.2.4 from c:\python39\lib\site-packages\pip (python 3.9)

G:\div_code
λ py -0
Installed Pythons found by py Launcher for Windows
 -3.9-64 *
 -3.8-64
 -3.7-32
 -3.6-32
 -3.5-32
 -3.4-32
 -2.7-32

G:\div_code
Reply


Messages In This Thread
Installed versions of Python - by SamHobbs - Sep-01-2021, 07:19 PM
RE: Installed versions of Python - by jefsummers - Sep-01-2021, 07:34 PM
RE: Installed versions of Python - by SamHobbs - Sep-01-2021, 07:52 PM
RE: Installed versions of Python - by snippsat - Sep-01-2021, 08:12 PM
RE: Installed versions of Python - by SamHobbs - Sep-02-2021, 02:46 AM
RE: Installed versions of Python - by jefsummers - Sep-02-2021, 02:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Installing mailjet_rest for Python 3 while Python 2 is installed gw1500se 0 94 Jun-12-2024, 06:23 AM
Last Post: gw1500se
  Python Launcher (on Windows) only necessary when 2 or more Python versions installed? pstein 1 452 Feb-17-2024, 12:43 PM
Last Post: deanhystad
Question log.exception() without arguments in old Python versions? cthart 5 1,320 Nov-19-2022, 07:09 PM
Last Post: Gribouillis
  Python versions with libexpat fixes raghupcr 5 2,744 Feb-24-2022, 06:26 PM
Last Post: raghupcr
  Different versions of Python3 and Python Led_Zeppelin 2 2,426 Jun-16-2021, 05:31 AM
Last Post: snippsat
  Python Versions ThatTamyBot 2 2,786 Mar-11-2021, 11:27 AM
Last Post: ThatTamyBot
  I seem to have two versions of python 3.7.9 installed miner_tom 7 4,680 Nov-22-2020, 06:42 PM
Last Post: miner_tom
  pip list to show all versions of a package installed pvbadiger05b 4 2,666 May-21-2020, 06:48 PM
Last Post: jameshonest
  Package installed through Anaconda "not found" by Python zonova 0 2,394 May-08-2020, 11:50 PM
Last Post: zonova
  How to change directory to any folder where python is not installed ? firashelou 4 2,730 Apr-03-2020, 02:43 PM
Last Post: firashelou

Forum Jump:

User Panel Messages

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