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

  • Thread starter Íéêüëáïò Êïýñáò
  • Start date
I

Ian Kelly

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 do love my MUDs), so I'm
considering aliasing 'gl' to 'pwd' so that I can 'glance' too :)

Hmm. What other MUD commands have obvious Unix equivalents?

say --> echo
emote --> python -c
attack --> sudo rm -f

Have you ever tried Adventure Shell?
 
M

Michael Torrie

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's a process of research, tracing execution, understanding code flow,
beta-testing code on a local machine (not on a production server!). Why
do you expect it to be any different?
 
Í

Íéêüëáïò Êïýñáò

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.
 
F

Fábio Santos

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.

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?
 
Í

Íéêüëáïò Êïýñáò

Τη ΤÏίτη, 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 Python, not Perl

I'm using CentOS.

So, i guess its something like 'yum install python-pip'
i cannot find it, have searched it in variosu ways.
 
A

alex23

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
combination of search terms works:

[plone@localhost]$ yum search python-pip
...
python-pip.noarch : Pip installs packages. Python3 packages. An
easy_install replacement

If you're not seeing this then you've broken your package manager,
possibly by overwriting the existing repositories with the new ones
you've added. It's next to impossible to tell, however, because we
don't have an access to what you mean by "variosu ways".

Expert tip: there's this AMAZING technology called "Google", which if
you visit their site, enter the cryptic incantation "python pip
centos", and click on *the very first link*, it actually provides you
with explicit directions! What brave new world that etc!
 
Í

Íéêüëáïò Êïýñáò

Ôç Ôñßôç, 4 Éïõíßïõ 2013 10:21:11 ð.ì. UTC+3, ï ÷ñÞóôçò alex23 Ýãñáøå:
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
combination of search terms works:

Well, since you dough me here it is:

(e-mail address removed) [~]# yum search python-pip
Loaded plugins: fastestmirror
Determining fastest mirrors
* base: mirror.netcologne.de
* extras: mirror.optimate-server.de
* updates: mirror.softaculous.com
base | 3.7kB 00:00
extras | 3.5kB 00:00
updates | 3.4kB 00:00
updates/primary_db | 2.6MB 00:00
vz-base | 951 B 00:00
vz-base 3/3
vz-updates | 951 B 00:00
No Matches found
(e-mail address removed) [~]#
 
Í

Íéêüëáïò Êïýñáò

Still can't find it:

(e-mail address removed) [~/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
(e-mail address removed) [~/www/data/apps]#
 
Í

Íéêüëáïò Êïýñáò

Okey found it.

since couldnt install pip i did:

easy_install pymysql
 
F

Fábio Santos

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
 
F

Fábio Santos

It is not the recommended way to install pip, but you can ironically
easy_install pip

Sorry for double posting but my favorite web host has a lot of pythons. It
is very handy.
 
M

Michael Torrie

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 pip for Python 2.6 of course. If you need python 3.3, there is a
repo out there (third-party of course) that google can help you find.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top