Advertisement
Guest User

feelsdankman

a guest
Nov 18th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.78 KB | None | 0 0
  1. root@tolekk:/opt/pajbot# sudo -u pajbot ./scripts/venvinstall.sh
  2. Creating python venv
  3. The directory '/root/.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.
  4. The directory '/root/.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.
  5. Collecting pip
  6.   Downloading https://files.pythonhosted.org/packages/00/b6/9cfa56b4081ad13874b0c6f96af8ce16cfbc1cb06bedf8e9164ce5551ec1/pip-19.3.1-py2.py3-none-any.whl (1.4MB)
  7.     100% |████████████████████████████████| 1.4MB 853kB/s
  8. Installing collected packages: pip
  9.   Found existing installation: pip 9.0.1
  10.     Uninstalling pip-9.0.1:
  11.       Successfully uninstalled pip-9.0.1
  12. Successfully installed pip-19.3.1
  13. WARNING: The directory '/root/.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.
  14. WARNING: The directory '/root/.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.
  15. ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/root/.cache/pip/wheels/b7/83/a6/9f0e6d458273ff41dc7c4a09193d680fa764d30f782807405e'
  16. Consider using the `--user` option or check the permissions.
  17.  
  18. root@tolekk:/opt/pajbot#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement