Выдает ошибку при установке пакетов при помощи pip3(3.5), в чем проблема?
Система: Linux Mint 17
pip3 (for python3.5)
Выдает ошибку при установке пакетов с помощью pip3:
The directory '/home/daniil/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
daniil@daniil ~ $ chown -R daniil:danill ~/.cache/
chown: неверная группа: «daniil:danill»
daniil@daniil ~ $ chown -R daniil:daniil ~/.cache/
daniil@daniil ~ $ sudo pip3 install numpy
[sudo] password for daniil:
The directory '/home/daniil/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/daniil/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting numpy
Downloading numpy-1.11.1-cp35-cp35m-manylinux1_i686.whl (11.7MB)
100% |████████████████████████████████| 11.7MB 68kB/s
^Z
[1]+ Остановлено sudo pip3 install numpy
было что-то подобное когда-то, точно не помню, казалось что тогда я напутал и установил pip случайно из под sudo, или наоборот. Или пытался установить из под virtualenv и тоже криво поставил из под обычной учетки. В общем напутал при установке pip и virtualenv и из-за этого сказалось на всем остальном. А как решил не помню, то ли права перебирал также, то ли снес и заново поставил все...