Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.06; 'python': 0.08; 'received:209.85.160.174': 0.09; 'received:mail- gy0-f174.google.com': 0.09; 'subject:README': 0.09; 'uninstalled': 0.09; 'unix,': 0.09; 'subject:python': 0.14; 'subject: \n ': 0.16; 'subject:install': 0.16; 'sudo': 0.16; 'tarball': 0.16; 'linux,': 0.22; 'message-id:@mail.gmail.com': 0.28; 'installed': 0.28; 'subject:?': 0.29; 'received:209.85.160': 0.29; 'subject:How': 0.30; 'subject:source': 0.30; 'to:addr:python-list': 0.33; 'install': 0.34; 'source': 0.34; 'test': 0.35; 'received:google.com': 0.37; 'received:209.85': 0.37; 'skip:- 10': 0.37; 'received:209': 0.39; 'to:addr:python.org': 0.39; 'subject:, ': 0.60; 'below': 0.61; 'according': 0.63; 'header:Reply-To:1': 0.72; 'reply-to:no real name:2**0': 0.72; 'reply- to:addr:gmail.com': 0.79; './configure': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:date:message-id:subject :from:to:content-type; bh=poBEuNkyCwa9MeRefdTDsdgWKx6bXV18nAVoBg9eP58=; b=HnD4FfXLbRNnnBK0Rx13cwAALSl3c5+HIRkvOD1JtAjfsvZsrgbLdqdmwSM1y0YUHH ZDGTSvJHYZXR8YIgafBMlUdGFkCquj1zHgIbuwHhI1Sc5Z/ovnWrnnY6AXBI6m+RNcRS G3jpa8nJBlAYEbCqeXXSSC5NupNjtd9XF+1Ww= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; b=OQtvyTftFThkSLfI7/tG9iajm3B5eLvDYmCQkZbpHrafwpgV+tBdFpqYUcf7uKvOpH iuyWgfvPrwBKX0EUdx9DniLeTrSbdv/QcQnT+lNgDkRz3S1/QHSJoahdtmyAGH1cqXZC w0//8ZUmKVPLmiuJfZnjKXYdQYI/QsBe9lYd8= MIME-Version: 1.0 Date: Mon, 23 May 2011 23:38:02 +0530 Subject: I installed Python 3 on Fedora 14 By Downloading python3.2 bziped source tarball and install it according to the README, Now How shall I uninstalled python 3.2? From: Varuna Seneviratna To: python-list@python.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: varuna.seneviratna@gmail.com List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1306174086 news.xs4all.nl 49042 [::ffff:82.94.164.166]:47222 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6085 I installed Python 3 By Downloading python3.2 bziped source tarball and install it according to the README, Now How shall I uninstalled python 3.2? The README instructions are as below Build Instructions ------------------ On Unix, Linux, BSD, OSX, and Cygwin: ./configure make make test sudo make install