I checked to see if pip is installed, it says no, but it’s checking that other directory
(see the link above for image, I’m only allowed two links in my post, as a new user)
I how can I run the version I just installed, and how can I verify pip is installed?
I’m new to Python, but not new to programming. I’m on Windows 10.
Microsoft Windows [Version 10.0.19045.3693]
(c) Microsoft Corporation. All rights reserved.
C:\Users\barry>py
Python 3.12.0 (tags/v3.12.0:0fb18b0, Oct 2 2023, 13:03:39) [MSC v.1935 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> ^Z
C:\Users\barry>py -0
-V:3.12 * Python 3.12 (64-bit)
-V:3.11 Python 3.11 (64-bit)