On Jun 1, 1:20 am, Νικόλαος Κούρας <nikos.gr...@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@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@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@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. -- http://mail.python.org/mailman/listinfo/python-list