Python Forum
Uninstall Python-3.5 source
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Uninstall Python-3.5 source
#1
We have RHEL 7 with Python-3.5 installed from source (standard config, make, make install method). How do I go about removing this from the system? I don't see any built-in uninstall features. My Google-fu seems to be failing me on this one. Thanks in advance.
Reply
#2
Try make uninstall
Recommended Tutorials:
Reply
#3
(Dec-21-2018, 07:05 PM)metulburr Wrote: Try make uninstall

There is no make uninstall available for this. Like is said, I see no built-in uninstall options.
Reply
#4
try checkinstall. Although im not sure if that will help after already install via make.

Also what system are you on?

you can also find the location of the associated python paths via sys.path
>>> import sys
>>> sys.path
['', '/usr/local/lib/python36.zip', '/usr/local/lib/python3.6', '/usr/local/lib/python3.6/lib-dynload', '/usr/local/lib/python3.6/site-packages']
Recommended Tutorials:
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  what stand-alone python-aware open-source editors are around? Skaperen 14 2,297 Jun-11-2023, 11:12 PM
Last Post: Skaperen
  How to Uninstall Python 3.10? xytsrm 4 7,308 Dec-23-2022, 12:47 AM
Last Post: snippsat
  source of python-wstools has two corrupt .gz files in Ubuntu Linux Skaperen 3 2,296 Jul-13-2021, 12:29 AM
Last Post: Skaperen
  should I uninstall anaconda? abrogard 0 2,641 Oct-27-2020, 01:42 AM
Last Post: abrogard
  New open-source Python SDK for NEO blockchain Marsum 0 2,164 Aug-28-2020, 09:16 AM
Last Post: Marsum
  How uninstall IDLE? NisseMax 4 8,195 Jun-06-2020, 08:18 PM
Last Post: perfringo
  Is there a method to completely uninstall on macOS? mjcsb 2 2,298 Jan-08-2020, 07:23 AM
Last Post: perfringo
  Where can I get information about internal logic of source code Python? AlekseyPython 1 2,602 Dec-17-2018, 05:27 AM
Last Post: siripriya
  No Uninstall Option in Pyton 3.6 Aidan 2 8,690 Jan-29-2017, 01:36 AM
Last Post: metulburr
  Open Source and X Platform development editor for Python donj 12 12,590 Nov-03-2016, 08:15 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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