pip3 und dateirechte...
Verfasst: Sonntag 14. September 2014, 20:06
Hab was mit "sudo pip3 install..." installiert. Nutzten kann man das dann allerdings nicht, als normaler User, denn:
Was soll das?
Ist das ein Problem seitens pip oder liegt es am falsch konfigurierten Linux Mint?
Zukünftig werde ich wohl lieber immer "--user" nutzten, siehe auch: https://github.com/pypa/pip/issues/1668
Code: Alles auswählen
/usr/local/lib$ ls -la
insgesamt 16
drwxr-sr-x 4 root root 4096 Sep 14 20:56 .
drwxr-xr-x 10 root root 4096 Sep 5 20:19 ..
drwxrwsr-x 4 root staff 4096 Sep 5 20:19 python2.7
drwxr-s--- 3 root root 4096 Sep 14 20:56 python3.4
Ist das ein Problem seitens pip oder liegt es am falsch konfigurierten Linux Mint?
Zukünftig werde ich wohl lieber immer "--user" nutzten, siehe auch: https://github.com/pypa/pip/issues/1668