Python Forum
I seem to have two versions of python 3.7.9 installed
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I seem to have two versions of python 3.7.9 installed
#7
(Nov-22-2020, 09:11 AM)miner_tom Wrote: I apologize, but I do not understand. I installed requests but have no idea what to use it for. Looking at the documentation is says that it is "HTTP for humans".
It was just demo to see it works,Requests is used instead of urllib.
Can also uninstall with pip.
python -m pip uninstall requests
# Or just pip as it point to 3.7 for you
pip uninstall requests
To do the same as Gribouillis from command line.
python -c "import sys; print(sys.executable)"
Quote:I still do not know the difference between what typing "python" and typing "python3" is. Or, to where does each one point?
In older distors did python(point to Python 2) and python3(to Python 3).
With new distros is like Ubuntu/Mint 20 then Python 2 removed,and python always point to Python 3.
As python point to 3.7 for you then it's okay.

To use Anaconda activate (base),then python and pip will point to Anaconda.
conda activate base
miner_tom likes this post
Reply


Messages In This Thread
RE: I seem to have two versions of python 3.7.9 installed - by snippsat - Nov-22-2020, 10:48 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Launcher (on Windows) only necessary when 2 or more Python versions installed? pstein 1 377 Feb-17-2024, 12:43 PM
Last Post: deanhystad
Question log.exception() without arguments in old Python versions? cthart 5 1,243 Nov-19-2022, 07:09 PM
Last Post: Gribouillis
  Python versions with libexpat fixes raghupcr 5 2,622 Feb-24-2022, 06:26 PM
Last Post: raghupcr
  Installed versions of Python SamHobbs 5 2,629 Sep-02-2021, 02:28 PM
Last Post: jefsummers
  Different versions of Python3 and Python Led_Zeppelin 2 2,371 Jun-16-2021, 05:31 AM
Last Post: snippsat
  Python Versions ThatTamyBot 2 2,738 Mar-11-2021, 11:27 AM
Last Post: ThatTamyBot
  pip list to show all versions of a package installed pvbadiger05b 4 2,577 May-21-2020, 06:48 PM
Last Post: jameshonest
  Package installed through Anaconda "not found" by Python zonova 0 2,347 May-08-2020, 11:50 PM
Last Post: zonova
  How to change directory to any folder where python is not installed ? firashelou 4 2,684 Apr-03-2020, 02:43 PM
Last Post: firashelou
  Is Python Installed? DaveMc 6 3,119 Jan-26-2020, 08:31 AM
Last Post: buran

Forum Jump:

User Panel Messages

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