Python Forum
what does x reprsent in this code ?
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
what does x reprsent in this code ?
#22
That depends on the specifics of your system, not on python itself.

But in general, you don't want to uninstall packages that you didn't install yourself. There might be hidden dependencies that just assume that some ancient version of python is there and runnable.

Better to just put the version on that you want, and make sure it's in your PATH so you run it. You can ignore the other packages on the system. Other than a bit of disk space, I see no benefit to removing the system-installed packages.
Reply


Messages In This Thread
RE: what does x reprsent in this code ? - by buran - Apr-09-2020, 02:25 PM
RE: what does x reprsent in this code ? - by buran - Apr-10-2020, 07:20 PM
RE: what does x reprsent in this code ? - by buran - Apr-19-2020, 01:49 PM
RE: what does x reprsent in this code ? - by bowlofred - Apr-21-2020, 08:11 PM

Forum Jump:

User Panel Messages

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