You are not logged in.

#1 2011-10-21 15:45:53

ranvane
Member
Registered: 2011-10-21
Posts: 2

How use easy_install in arch

I had install setuptools.
commond is:
pacman -S python2-distribute

install ok!

But ,the result is not this commond ofi used easy_install in Terminal.

why?
help me!

Offline

#2 2011-10-21 16:12:33

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: How use easy_install in arch

Perhaps look at the contents of the package you installed:

$ pacman -Ql python2-distribute | grep '/s\?bin/.'
python2-distribute /usr/bin/easy_install-2.7

Offline

#3 2011-10-21 16:19:45

ranvane
Member
Registered: 2011-10-21
Posts: 2

Re: How use easy_install in arch

thanks!
I usually use ubuntu,First use arch linux。

Offline

#4 2011-10-21 16:24:32

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: How use easy_install in arch

Offline

#5 2011-10-22 09:14:34

lunar
Member
Registered: 2010-10-04
Posts: 95

Re: How use easy_install in arch

@ranvane:  The use of "easy_install" is generally recommended against.  Use "pip" (contained in "python2-pip") instead.  It is also advisable to not install python packages into the system python.  Instead create isolated environments with "virtualenv".

Offline

#6 2011-10-22 11:17:37

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,094

Re: How use easy_install in arch

Use makekg/pacman to install python libs unless you are doing a virtualenv. It will save you from a lot of pain and suffering.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

Board footer

Powered by FluxBB