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

2013-06-04 Thread Michael Torrie
On 06/04/2013 01:39 AM, Νικόλαος Κούρας wrote: > Well, since you dough me here it is: Did you even bother to google it? If you did, you'd find that python-pip is available in a semi-official repository called EPEL. Just about every RHEL and CentOS install should have EPEL installed. Now it's pi

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

2013-06-04 Thread Fábio Santos
On 4 Jun 2013 12:26, "Fábio Santos" wrote: > > > On 4 Jun 2013 10:54, "Νικόλαος Κούρας" wrote: > > > > Okey found it. > > > > since couldnt install pip i did: > > > > easy_install pymysql > > It is not the recommended way to install pip, but you can ironically easy_install pip Sorry for double p

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

2013-06-04 Thread Fábio Santos
On 4 Jun 2013 10:54, "Νικόλαος Κούρας" wrote: > > Okey found it. > > since couldnt install pip i did: > > easy_install pymysql It is not the recommended way to install pip, but you can ironically easy_install pip -- http://mail.python.org/mailman/listinfo/python-list

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

2013-06-04 Thread Νικόλαος Κούρας
Okey found it. since couldnt install pip i did: easy_install pymysql -- http://mail.python.org/mailman/listinfo/python-list

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

2013-06-04 Thread Νικόλαος Κούρας
Still can't find it: ni...@superhost.gr [~/www/data/apps]# yum search *pip* Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.netcologne.de * extras: mirror.optimate-server.de * updates: mirror.softaculous.com No Matches found ni...@superhost.gr [~/www/data

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

2013-06-04 Thread Νικόλαος Κούρας
Τη Τρίτη, 4 Ιουνίου 2013 10:21:11 π.μ. UTC+3, ο χρήστης alex23 έγραψε: > On Jun 4, 5:11 pm, Νικόλαος Κούρας wrote: > > > So, i guess its something like 'yum install python-pip' > > i cannot find it, have searched it in variosu ways. > > > > If you're going to claim to have tried something, can

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

2013-06-04 Thread alex23
On Jun 4, 5:11 pm, Νικόλαος Κούρας wrote: > So, i guess its something like 'yum install python-pip' > i cannot find it, have searched it in variosu ways. If you're going to claim to have tried something, can you at least tell us what you tried? Because quelle surprise! the most obvious combinatio

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

2013-06-04 Thread Νικόλαος Κούρας
Τη Τρίτη, 4 Ιουνίου 2013 10:08:44 π.μ. UTC+3, ο χρήστης Fábio Santos έγραψε: > Pip should be in your system's package manager. In Ubuntu it's available > through sudo apt-get install python-pip. > What are those development tools you speak of? > Why would you uninstall perl? Sorry i meant Pyth

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

2013-06-04 Thread Fábio Santos
On 4 Jun 2013 07:44, "Νικόλαος Κούρας" wrote: > > Could you please install them because i need to work? > > a) pip (so that i can successfully run 'pip install pymysql' > b) development tools > > I wiped the while perl away (leaving intact 2.6) but i wiped out pip at the proces to. > -- > http://m

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

2013-06-03 Thread Νικόλαος Κούρας
Could you please install them because i need to work? a) pip (so that i can successfully run 'pip install pymysql' b) development tools I wiped the while perl away (leaving intact 2.6) but i wiped out pip at the proces to. -- http://mail.python.org/mailman/listinfo/python-list

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

2013-06-03 Thread Michael Torrie
On 06/03/2013 09:01 AM, nagia.rets...@gmail.com wrote: > Maybe you should tell us how you find out yours. Chris and others have told you how they go about solving their problems. Quite a few times. In fact repeating themselves even. I think we've run out of different ways to saying it now. It'

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

2013-06-03 Thread Ian Kelly
On May 31, 2013 6:27 PM, "Chris Angelico" wrote: > Yeah. I know that particular one because I have l aliased to ls -CF > (aka --columns --classify), mainly because it came that way as a > commented-out entry in my first Debian. Have since become quite > accustomed to it; to me, 'l' means 'look' (I

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

2013-06-03 Thread nagia . retsina
Τη Δευτέρα, 3 Ιουνίου 2013 5:35:46 μ.μ. UTC+3, ο χρήστης Walter Hurry έγραψε: > On Sun, 02 Jun 2013 14:41:45 +1000, Chris Angelico wrote: > > > > > Nikos just > > > needs to learn the skill of figuring out where his problems really are. > > > > > Between the keyboard and the chair, obv. May

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

2013-06-03 Thread Walter Hurry
On Sun, 02 Jun 2013 14:41:45 +1000, Chris Angelico wrote: > Nikos just > needs to learn the skill of figuring out where his problems really are. > Between the keyboard and the chair, obv. -- http://mail.python.org/mailman/listinfo/python-list

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

2013-06-03 Thread Joshua Landau
On 3 June 2013 04:18, Chris Angelico wrote: > On Mon, Jun 3, 2013 at 12:30 PM, alex23 wrote: >> On Jun 1, 10:24 am, Chris Angelico wrote: >>> Hmm. What other MUD commands have obvious Unix equivalents? >>> >>> say --> echo >>> emote --> python -c >>> attack --> sudo rm -f >> >> who --> who >> te

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

2013-06-02 Thread Chris Angelico
On Mon, Jun 3, 2013 at 12:30 PM, alex23 wrote: > On Jun 1, 10:24 am, Chris Angelico wrote: >> Hmm. What other MUD commands have obvious Unix equivalents? >> >> say --> echo >> emote --> python -c >> attack --> sudo rm -f > > who --> who > tell --> write > alias --> ln > look --> cat > go --> cd >

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

2013-06-02 Thread alex23
On Jun 1, 1:20 am, Νικόλαος Κούρας 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

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

2013-06-02 Thread Michael Torrie
On 06/01/2013 01:51 AM, Νικόλαος Κούρας wrote: > Τη Σάββατο, 1 Ιουνίου 2013 9:18:26 π.μ. UTC+3, ο χρήστης Chris > Angelico έγραψε: > >> That would require that the repo have a 3.3.2 build in it. I don't >> know the Red Hat / CentOS policies there, but I know Debian stable >> wouldn't have anythi

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

2013-06-01 Thread Chris Angelico
On Sun, Jun 2, 2013 at 2:36 PM, Cameron Simpson wrote: > This is not a recommendation one way or another re CentOS versus > Ubunutu; it is a recommendation not to change without a better reason. Agreed. I happen to like Debian-family Linuxes, having spent most of my Linux time on either Ubuntu or

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

2013-06-01 Thread Cameron Simpson
On 01Jun2013 01:30, =?utf-8?B?zp3Or866zr/PgiDOk866z4EzM866?= wrote: | Τη Σάββατο, 1 Ιουνίου 2013 11:21:14 π.μ. UTC+3, ο χρήστης Cameron Simpson έγραψε: | > On 01Jun2013 00:51, =?utf-8?B?zp3Or866zr/PgiDOk866z4EzM866?= wrote: | > | Τη Σάββατο, 1 Ιουνίου 2013 9:18:26 π.μ. UTC+3, ο χρήστης Chris A

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

2013-06-01 Thread Νικόλαος Κούρας
Τη Σάββατο, 1 Ιουνίου 2013 11:21:14 π.μ. UTC+3, ο χρήστης Cameron Simpson έγραψε: > On 01Jun2013 00:51, =?utf-8?B?zp3Or866zr/PgiDOk866z4EzM866?= > wrote: > > | Τη Σάββατο, 1 Ιουνίου 2013 9:18:26 π.μ. UTC+3, ο χρήστης Chris Angelico > έγραψε: > > | > That would require that the repo have a 3.3

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

2013-06-01 Thread Cameron Simpson
On 01Jun2013 00:51, =?utf-8?B?zp3Or866zr/PgiDOk866z4EzM866?= wrote: | Τη Σάββατο, 1 Ιουνίου 2013 9:18:26 π.μ. UTC+3, ο χρήστης Chris Angelico έγραψε: | > That would require that the repo have a 3.3.2 build in it. I don't | > know the Red Hat / CentOS policies there, but I know Debian stable | >

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

2013-06-01 Thread Chris Angelico
On Sat, Jun 1, 2013 at 5:51 PM, Νικόλαος Κούρας wrote: > Τη Σάββατο, 1 Ιουνίου 2013 9:18:26 π.μ. UTC+3, ο χρήστης Chris Angelico > έγραψε: > >> That would require that the repo have a 3.3.2 build in it. I don't >> know the Red Hat / CentOS policies there, but I know Debian stable >> wouldn't have

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

2013-06-01 Thread Νικόλαος Κούρας
Τη Σάββατο, 1 Ιουνίου 2013 9:18:26 π.μ. UTC+3, ο χρήστης Chris Angelico έγραψε: > That would require that the repo have a 3.3.2 build in it. I don't > know the Red Hat / CentOS policies there, but I know Debian stable > wouldn't have anything so new - it takes time to test things. Is there a way

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

2013-05-31 Thread Chris Angelico
On Sat, Jun 1, 2013 at 3:35 PM, Νικόλαος Κούρας wrote: > Can you please tell me HOW TO GET RID OF ALL PYTHON SETUPS except 2.6 that is > needed for system core and then just install 3.3.2? Nuke the hard drive from orbit. It's the only way to be sure. > also why cant i install 3.3.2 using yum.

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

2013-05-31 Thread Νικόλαος Κούρας
Τη Σάββατο, 1 Ιουνίου 2013 3:15:22 π.μ. UTC+3, ο χρήστης Dennis Lee Bieber έγραψε: > On Fri, 31 May 2013 08:20:54 -0700 (PDT), �������� > ������ > > declaimed the following in > > gmane.comp.python.general: > > > > > I'am using CentOS v6.4 on my VPS and hence 'yu

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

2013-05-31 Thread Michael Torrie
On 05/31/2013 12:02 PM, Νικόλαος Κούρας wrote: > please tell me how to unistall python 2.6 and just keep 2.7 > and install 3.3.2 please uisng yum. Python 2.6 is required for CentOS to function. You simply cannot remove it. You can't replace it with 2.7 either. You can install 2.7 alongside it i

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

2013-05-31 Thread Mark Lawrence
On 01/06/2013 01:18, David wrote: I knew I didn't have all the answers, but felt that I'd try some pig wrestling anyway. To carry on with the animal analogy, the OP appears to me a very dangerous combination of headless chicken and bull in a china shop. -- "Steve is going for the pink ball

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

2013-05-31 Thread Chris Angelico
On Sat, Jun 1, 2013 at 10:18 AM, David wrote: > On 01/06/2013, Chris Angelico wrote: >> On Sat, Jun 1, 2013 at 8:50 AM, David wrote: >>> >>> Apart from the bizarre trailing '*' characters which for which I have >>> no sane explanation... >> >> I believe that indicates that his 'ls' is aliased to

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

2013-05-31 Thread David
On 01/06/2013, Chris Angelico wrote: > On Sat, Jun 1, 2013 at 8:50 AM, David wrote: >> >> Apart from the bizarre trailing '*' characters which for which I have >> no sane explanation... > > I believe that indicates that his 'ls' is aliased to 'ls --classify', > which puts * after executables (and

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

2013-05-31 Thread Chris Angelico
On Sat, Jun 1, 2013 at 10:08 AM, Νικόλαος Κούρας wrote: > Τη Σάββατο, 1 Ιουνίου 2013 2:55:38 π.μ. UTC+3, ο χρήστης Ian έγραψε: > > [ snip lots of double-spaced quoted text ] > > Do you think that i should have my VPS copmany to install ubuntu for me and > use apt-get install python3 ? > > I think

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

2013-05-31 Thread Νικόλαος Κούρας
Τη Σάββατο, 1 Ιουνίου 2013 2:55:38 π.μ. UTC+3, ο χρήστης Ian έγραψε: > On Fri, May 31, 2013 at 5:30 PM, Νικόλαος Κούρας > 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

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

2013-05-31 Thread Ian Kelly
On Fri, May 31, 2013 at 5:30 PM, Νικόλαος Κούρας 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/bi

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

2013-05-31 Thread Chris Angelico
On Sat, Jun 1, 2013 at 8:50 AM, David wrote: > On 01/06/2013, Νικόλαος Κούρας wrote: >> >> root@nikos [/]# ls -l /usr/bin/python* >> -rwxr-xr-x 3 root root 4864 Feb 22 02:00 /usr/bin/python* >> lrwxrwxrwx 1 root root6 Apr 5 20:34 /usr/bin/python2 -> python* >> -rwxr-xr-x 3 root root 4864 Feb

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

2013-05-31 Thread Chris Angelico
On Sat, Jun 1, 2013 at 9:30 AM, Νικόλαος Κούρας wrote: > Still i feel my system is a bit messed p and i just want to leave the > 2.6 installed and remove all the rest python and then yum install > the_latest_one. It's not half as messed up as... uhh, scratch that. It's not half as messed up as th

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

2013-05-31 Thread Νικόλαος Κούρας
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 total 15180 drwxr-xr-x 2 root root4096 Apr 7 22:09 ./ drwxr-xr-x 6 root root4096 Apr 7 22:09

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

2013-05-31 Thread David
On 01/06/2013, Νικόλαος Κούρας wrote: > > Why so many pythons in my system. Explained below, underneath each pertinent info you provided. First, let's discuss Python 2.6: On 01/06/2013, Νικόλαος Κούρας wrote: > I'am using CentOS v6.4 on my VPS and hence 'yum' install manager and i just > tried

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

2013-05-31 Thread Fábio Santos
On 31 May 2013 19:09, "Νικόλαος Κούρας" wrote: > > On Fri, May 31, 2013 at 11:42 AM, Νικόλαος Κούρας wrote: > > > > > OMG i gave by mistake > > > root@nikos [/]# rm -rf /root/.local/ > > > did i screwed up my remote VPS which i host 10 peoples webpages? Couldn't you check ten websites which are

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

2013-05-31 Thread Νικόλαος Κούρας
Τη Παρασκευή, 31 Μαΐου 2013 8:55:51 μ.μ. UTC+3, ο χρήστης Ian έγραψε: > On Fri, May 31, 2013 at 11:42 AM, Νικόλαος Κούρας > wrote: > > > OMG i gave by mistake > > > > > > root@nikos [/]# rm -rf /root/.local/ > > > > > > did i screwed up my remote VPS which i host 10 peoples webpages? > > >

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

2013-05-31 Thread Ian Kelly
On Fri, May 31, 2013 at 11:42 AM, Νικόλαος Κούρας wrote: > OMG i gave by mistake > > root@nikos [/]# rm -rf /root/.local/ > > did i screwed up my remote VPS which i host 10 peoples webpages? I don't know, is that where you were keeping the data? The website still appears to be working, as best I

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

2013-05-31 Thread Νικόλαος Κούρας
OMG i gave by mistake root@nikos [/]# rm -rf /root/.local/ did i screwed up my remote VPS which i host 10 peoples webpages? -- http://mail.python.org/mailman/listinfo/python-list

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

2013-05-31 Thread Νικόλαος Κούρας
Τη Παρασκευή, 31 Μαΐου 2013 8:24:26 μ.μ. UTC+3, ο χρήστης Ian έγραψε: > On the other hand, there's really not much harm in leaving it. Python > 2.6 is already your default Python. > Is this the same system where you recently spent a lot of time > upgrading your web scripts to Python 3? Yes, it

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

2013-05-31 Thread Ian Kelly
On Fri, May 31, 2013 at 11:16 AM, Νικόλαος Κούρας wrote: > root@nikos [~]# which python > /usr/bin/python > root@nikos [~]# which python2 > /usr/bin/python2 > root@nikos [~]# which python3 > /root/.local/lib/python2.7/bin/python3 > root@nikos [~]# which python3.3 > /root/.local/lib/python2.7/bin/p

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

2013-05-31 Thread Ian Kelly
On Fri, May 31, 2013 at 11:10 AM, Νικόλαος Κούρας wrote: > root@nikos [~]# ls -al /usr/bin/python* > -rwxr-xr-x 3 root root 4864 Feb 22 02:00 /usr/bin/python* > lrwxrwxrwx 1 root root6 Apr 5 20:34 /usr/bin/python2 -> python* > -rwxr-xr-x 3 root root 4864 Feb 22 02:00 /usr/bin/python2.6* > -rw

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

2013-05-31 Thread Alister
On Fri, 31 May 2013 08:20:54 -0700, Νικόλαος Κούρας wrote: > I'am using CentOS v6.4 on my VPS and hence 'yum' install manager and i > just tried: > > Code: > root@nikos [~]# which python /usr/bin/python root@nikos [~]# which > python3 /root/.local/lib/python2.7/bin/python3 root@nikos [~]# which >

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

2013-05-31 Thread Νικόλαος Κούρας
root@nikos [~]# which python /usr/bin/python root@nikos [~]# which python2 /usr/bin/python2 root@nikos [~]# which python3 /root/.local/lib/python2.7/bin/python3 root@nikos [~]# which python3.3 /root/.local/lib/python2.7/bin/python3.3 root@nikos [~]# So i have 2.6 2.7 3 3.3 4 installations? --

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

2013-05-31 Thread Νικόλαος Κούρας
root@nikos [~]# yum remove python3 Loaded plugins: fastestmirror Setting up Remove Process No Match for argument: python3 Loading mirror speeds from cached hostfile * base: ftp.plusline.de * extras: ftp.plusline.de * updates: ftp.plusline.de base

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

2013-05-31 Thread Νικόλαος Κούρας
Τη Παρασκευή, 31 Μαΐου 2013 6:55:03 μ.μ. UTC+3, ο χρήστης Michael Torrie έγραψε: > On 05/31/2013 09:20 AM, Νικόλαος Κούρας wrote: > > > Why so many pythons in my system. Now in the case of my Python3 > > > installation, it looks like i have two parallel installations of > > > Python3, but i don'

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

2013-05-31 Thread Ian Kelly
On Fri, May 31, 2013 at 9:41 AM, Νικόλαος Κούρας wrote: > Τη Παρασκευή, 31 Μαΐου 2013 6:37:06 μ.μ. UTC+3, ο χρήστης Fábio Santos έγραψε: > >> Check if python3 and python3.3 aren't the same. Run them and look at the >> "intro" > lines. > > root@nikos [~]# python -V > Python 2.6.6 > root@nikos [~]#

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

2013-05-31 Thread Michael Torrie
On 05/31/2013 09:20 AM, Νικόλαος Κούρας wrote: > Why so many pythons in my system. Now in the case of my Python3 > installation, it looks like i have two parallel installations of > Python3, but i don't. One is almost certainly a symlink to the other > and not an actual installation. Well is it a

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

2013-05-31 Thread Νικόλαος Κούρας
Τη Παρασκευή, 31 Μαΐου 2013 6:37:06 μ.μ. UTC+3, ο χρήστης Fábio Santos έγραψε: > Check if python3 and python3.3 aren't the same. Run them and look at the > "intro" > lines. root@nikos [~]# python -V Python 2.6.6 root@nikos [~]# python3 -V Python 3.3.0 root@nikos [~]# python3.3 -V Python 3.3.0 ro

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

2013-05-31 Thread Fábio Santos
On 31 May 2013 16:28, "Νικόλαος Κούρας" wrote: > > I'am using CentOS v6.4 on my VPS and hence 'yum' install manager and i just tried: > > Code: > root@nikos [~]# which python > /usr/bin/python > root@nikos [~]# which python3 > /root/.local/lib/python2.7/bin/python3 > root@nikos [~]# which python3.

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

2013-05-31 Thread Νικόλαος Κούρας
I'am using CentOS v6.4 on my VPS and hence 'yum' install manager and i just tried: Code: root@nikos [~]# which python /usr/bin/python root@nikos [~]# which python3 /root/.local/lib/python2.7/bin/python3 root@nikos [~]# which python3.3 /root/.local/lib/python2.7/bin/python3.3 root@nikos [~]# Why