[Python-Dev] Removing Python Binaries with make command (original) (raw)
Brett Cannon brett at python.org
Mon Feb 23 18:54:50 CET 2015
- Previous message: [Python-Dev] Removing Python Binaries with make command
- Next message: [Python-Dev] Python 3.4 RPM on AIX
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon Feb 23 2015 at 12:14:08 PM Blaxton <blaxxton at yahoo.com.dmarc.invalid> wrote:
Hi I have installed Python3 with running ./configure , make and then make install and now can't find an option in Makefile to remove the binaries with make command. Is there a way to cleanly remove Python3 Binaries after compiling on a system ?
Sorry, there's is no explicit make uninstall
. Since most people either
use the installers for Windows or OS X or use their Linux distro's
installer I don't know if anyone has tried to write a make uninstall
command.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20150223/e8c8b758/attachment.html>
- Previous message: [Python-Dev] Removing Python Binaries with make command
- Next message: [Python-Dev] Python 3.4 RPM on AIX
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]