You are not logged in.
Pages: 1
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
thanks!
I usually use ubuntu,First use arch linux。
Offline
We have a nice wiki: https://wiki.archlinux.org/index.php/FA … tart_it.3F
Offline
@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
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
Pages: 1