On Fri, May 31, 2013 at 5:30 PM, Νικόλαος Κούρας <nikos.gr...@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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to