The directory '/home/user/.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/user/.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.
Asked
Active
Viewed 375 times
1

Chai T. Rex
- 5,193

Ashok
- 19
sudo apt install virtualenv
to installvirtualenv
system-wide. – edwinksl May 26 '16 at 16:07sudo
. – May 26 '16 at 16:28sudo -H pip install virtualenv
– nicandris May 29 '16 at 09:54