Question regarding 2 modules installed via 'pip'

Ned Batchelder ned at nedbatchelder.com
Sat Nov 16 11:51:33 EST 2013


On Saturday, November 16, 2013 11:48:19 AM UTC-5, YBM wrote:
> Le 16.11.2013 16:32, Ferrous Cranus a écrit :
> > root at secure [~]# locate python3.4
> > /root/.local/lib/python3.4
> > /usr/local/include/python3.4m
> > /usr/local/lib/libpython3.4m.a
> > /usr/local/lib/python3.4
> > /usr/local/share/man/man1/python3.4.1
> >
> > many files of python's 3.4a have been deleted this way, but the aboe displayed persist.
> 
> I doubt it, find ... | rm ... does absolutely nothing as you'd have
> figured out by yourself if you had a brain.
> 
> >>> and then how i'am gonna install those 2 modules for python 3.3.2?
> >
> >> I assume you can navigate to the Python 3.3.2 directory where pip is
> >> installed and run it from there.
> >
> > root at secure [~]# which python3
> > /usr/bin/python3
> >
> > root at secure [~]# cd /usr/bin/python3
> > -bash: cd: /usr/bin/python3: Not a directory
> >
> > It seems that i cannot even cd into this folder, wtf....
> >
> 
> Perhaps because this is not a folder. Learn to read.

Nikos is being annoying, but there is no need to contribute to the thread just to insult him.  It doesn't make the thread stop, it doesn't make the list a better community, and it doesn't work to improve Nikos' behavior. 

http://www.python.org/psf/codeofconduct/

--Ned.



More information about the Python-list mailing list