Question regarding 2 modules installed via 'pip'

YBM ybmess at nooos.fr.invalid
Sat Nov 16 11:48:19 EST 2013


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.





More information about the Python-list mailing list