Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #46632

Re: Too many python installations. Should i remove them all and install the latest?

References (6 earlier) <f6163943-106e-4411-8bc5-8760d8388936@googlegroups.com> <mailman.2500.1370022994.3114.python-list@python.org> <c5d25712-7b61-44b3-94ef-956fe758df18@googlegroups.com> <mailman.2505.1370040610.3114.python-list@python.org> <5dcbe51b-407d-4285-bec8-f3fda7e77742@googlegroups.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date 2013-05-31 17:55 -0600
Subject Re: Too many python installations. Should i remove them all and install the latest?
Newsgroups comp.lang.python
Message-ID <mailman.2509.1370044587.3114.python-list@python.org> (permalink)

Show all headers | View raw


On Fri, May 31, 2013 at 5:30 PM, Νικόλαος Κούρας <nikos.gr33k@gmail.com> wrote:
> Indeed i have comiled python 2.7 and 3.3 form source after wget and
> ./configure an make install
>
> but i belive somehting is  mixed up althouh python works ok.
>
> root@nikos [/opt/python3/bin]# ls -al
> ...
> root@nikos [/opt/python3/bin]# make help
> make: *** No rule to make target `help'.  Stop.
> root@nikos [/opt/python3/bin]#
>
>
> cant remove it.

The Makefile would be located in the source directory where you built
Python, not in the installation directory.  But in any case, I don't
think the Python Makefile includes an uninstall option.  If you want
to uninstall Python that was built from source, you need to remove the
files by hand.

> Why you say i cant just yum install python3.3.2

Because CentOS 6 evidently does not provide a package for any version
of Python other than 2.6.  If you want to install another version, you
will need to do it from source.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-05-31 08:20 -0700
  Re: Too many python installations. Should i remove them all and install the latest? Fábio Santos <fabiosantosart@gmail.com> - 2013-05-31 16:37 +0100
    Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-05-31 08:41 -0700
      Re: Too many python installations. Should i remove them all and install the latest? Ian Kelly <ian.g.kelly@gmail.com> - 2013-05-31 09:59 -0600
  Re: Too many python installations. Should i remove them all and install the latest? Michael Torrie <torriem@gmail.com> - 2013-05-31 09:55 -0600
    Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-05-31 10:10 -0700
      Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-05-31 10:11 -0700
        Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-05-31 10:16 -0700
          Re: Too many python installations. Should i remove them all and install the latest? Ian Kelly <ian.g.kelly@gmail.com> - 2013-05-31 11:33 -0600
            Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-05-31 10:42 -0700
              Re: Too many python installations. Should i remove them all and install the latest? Ian Kelly <ian.g.kelly@gmail.com> - 2013-05-31 11:55 -0600
                Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-05-31 11:02 -0700
                Re: Too many python installations. Should i remove them all and install the latest? Fábio Santos <fabiosantosart@gmail.com> - 2013-05-31 23:03 +0100
                Re: Too many python installations. Should i remove them all and install the latest? David <bouncingcats@gmail.com> - 2013-06-01 08:50 +1000
                Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-05-31 16:30 -0700
                Re: Too many python installations. Should i remove them all and install the latest? Chris Angelico <rosuav@gmail.com> - 2013-06-01 09:39 +1000
                Re: Too many python installations. Should i remove them all and install the latest? Ian Kelly <ian.g.kelly@gmail.com> - 2013-05-31 17:55 -0600
                Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-05-31 17:08 -0700
                Re: Too many python installations. Should i remove them all and install the latest? Chris Angelico <rosuav@gmail.com> - 2013-06-01 10:19 +1000
                Re: Too many python installations. Should i remove them all and install the latest? Chris Angelico <rosuav@gmail.com> - 2013-06-01 09:38 +1000
                Re: Too many python installations. Should i remove them all and install the latest? David <bouncingcats@gmail.com> - 2013-06-01 10:18 +1000
                Re: Too many python installations. Should i remove them all and install the latest? Chris Angelico <rosuav@gmail.com> - 2013-06-01 10:24 +1000
                Re: Too many python installations. Should i remove them all and install the latest? Chris Angelico <rosuav@gmail.com> - 2013-06-03 13:18 +1000
                Re: Too many python installations. Should i remove them all and install the latest? nagia.retsina@gmail.com - 2013-06-03 08:00 -0700
                Re: Too many python installations. Should i remove them all and install the latest? Joshua Landau <joshua.landau.ws@gmail.com> - 2013-06-03 12:26 +0100
                Re: Too many python installations. Should i remove them all and install the latest? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-06-01 01:43 +0100
                Re: Too many python installations. Should i remove them all and install the latest? Michael Torrie <torriem@gmail.com> - 2013-05-31 18:59 -0600
                Re: Too many python installations. Should i remove them all and install the latest? Ian Kelly <ian.g.kelly@gmail.com> - 2013-06-03 12:29 -0600
      Re: Too many python installations. Should i remove them all and install the latest? Ian Kelly <ian.g.kelly@gmail.com> - 2013-05-31 11:24 -0600
        Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-05-31 10:38 -0700
  Re: Too many python installations. Should i remove them all and install the latest? Alister <alister.ware@ntlworld.com> - 2013-05-31 17:24 +0000
  Re: Too many python installations. Should i remove them all and install the latest? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-05-31 20:15 -0400
    Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-05-31 22:35 -0700
      Re: Too many python installations. Should i remove them all and install the latest? Chris Angelico <rosuav@gmail.com> - 2013-06-01 16:18 +1000
        Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-06-01 00:51 -0700
          Re: Too many python installations. Should i remove them all and install the latest? Chris Angelico <rosuav@gmail.com> - 2013-06-01 18:00 +1000
          Re: Too many python installations. Should i remove them all and install the latest? Cameron Simpson <cs@zip.com.au> - 2013-06-01 18:21 +1000
            Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-06-01 01:30 -0700
              Re: Too many python installations. Should i remove them all and install the latest? Cameron Simpson <cs@zip.com.au> - 2013-06-02 14:36 +1000
              Re: Too many python installations. Should i remove them all and install the latest? Chris Angelico <rosuav@gmail.com> - 2013-06-02 14:41 +1000
                Re: Too many python installations. Should i remove them all and install the latest? Walter Hurry <walterhurry@lavabit.com> - 2013-06-03 14:35 +0000
                Re: Too many python installations. Should i remove them all and install the latest? nagia.retsina@gmail.com - 2013-06-03 08:01 -0700
                Re: Too many python installations. Should i remove them all and install the latest? Michael Torrie <torriem@gmail.com> - 2013-06-03 12:37 -0600
                Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-06-03 23:33 -0700
                Re: Too many python installations. Should i remove them all and install the latest? Fábio Santos <fabiosantosart@gmail.com> - 2013-06-04 08:08 +0100
                Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-06-04 00:11 -0700
                Re: Too many python installations. Should i remove them all and install the latest? alex23 <wuwei23@gmail.com> - 2013-06-04 00:21 -0700
                Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-06-04 00:39 -0700
                Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-06-04 01:20 -0700
                Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-06-04 02:49 -0700
                Re: Too many python installations. Should i remove them all and install the latest? Fábio Santos <fabiosantosart@gmail.com> - 2013-06-04 12:26 +0100
                Re: Too many python installations. Should i remove them all and install the latest? Fábio Santos <fabiosantosart@gmail.com> - 2013-06-04 12:29 +0100
                Re: Too many python installations. Should i remove them all and install the latest? Michael Torrie <torriem@gmail.com> - 2013-06-04 08:32 -0600
          Re: Too many python installations. Should i remove them all and install the latest? Michael Torrie <torriem@gmail.com> - 2013-06-02 11:33 -0600
  Re: Too many python installations. Should i remove them all and install the latest? alex23 <wuwei23@gmail.com> - 2013-06-02 19:16 -0700

csiph-web