Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #6085 > unrolled thread
| Started by | Varuna Seneviratna <varunaseneviratna@gmail.com> |
|---|---|
| First post | 2011-05-23 23:38 +0530 |
| Last post | 2011-05-24 04:09 -0500 |
| Articles | 3 — 2 participants |
Back to article view | Back to comp.lang.python
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? Varuna Seneviratna <varunaseneviratna@gmail.com> - 2011-05-23 23:38 +0530
Re: 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? harrismh777 <harrismh777@charter.net> - 2011-05-24 03:47 -0500
Re: 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? harrismh777 <harrismh777@charter.net> - 2011-05-24 04:09 -0500
| From | Varuna Seneviratna <varunaseneviratna@gmail.com> |
|---|---|
| Date | 2011-05-23 23:38 +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? |
| Message-ID | <mailman.1982.1306174086.9059.python-list@python.org> |
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
[toc] | [next] | [standalone]
| From | harrismh777 <harrismh777@charter.net> |
|---|---|
| Date | 2011-05-24 03:47 -0500 |
| Message-ID | <DgKCp.16402$ZM2.8850@newsfe19.iad> |
| In reply to | #6085 |
Varuna Seneviratna wrote:
> Now How shall I uninstalled
> python 3.2?
>
Now, how shall I remove Python 3.2 ?
... very carefully.
It might be nice if there were a label in the Makefile so this would work:
sudo make removeall
... but alas, why do you want to un-install Python3.2 ?
[toc] | [prev] | [next] | [standalone]
| From | harrismh777 <harrismh777@charter.net> |
|---|---|
| Date | 2011-05-24 04:09 -0500 |
| Message-ID | <7BKCp.14174$241.932@newsfe07.iad> |
| In reply to | #6085 |
Varuna Seneviratna wrote: > Now How shall I uninstalled > python 3.2? What --prefix did you use? default?
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web