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

alex23 wuwei23 at gmail.com
Sun Jun 2 22:16:31 EDT 2013


On Jun 1, 1:20 am, Νικόλαος Κούρας <nikos.gr... at gmail.com> wrote:
> Why so many pythons in my system.

Because _you_ installed them. And we _know_ this because you've posted
multiple threads relating to your problems with _your_ installations
of Python 3. Even more entertainingly:

> root at nikos [~]# which python3
> /root/.local/lib/python2.7/bin/python3

You seem to have installed python3 inside of a local copy of
python2.7. Awesomely professional webhosting service you're providing
here.

> root at nikos [~]# python3
> Python 3.3.0 (default, Apr  6 2013, 01:53:31)
> [GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux
> Type "help", "copyright", "credits" or "license" for more information.
> >>> exit()
>
> root at nikos [~]# python3.3
> Python 3.3.0 (default, Apr  6 2013, 01:53:31)
> [GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux
> Type "help", "copyright", "credits" or "license" for more information.
> >>> exit()

Did you _really_ need to post this? Was it to have us confirm they
_are_ the same versions?

> did i screwed up my remote VPS which i host 10 peoples webpages?

STOP EXPERIMENTING ON YOUR PRODUCTION SERVER. You should have a test
server that is a mirror of your production on which you can _safely_
flail around ignorantly without _costing your customers_ in lost time
or data. They're sure as hell should _not_ be paying you to learn
Python badly.



More information about the Python-list mailing list