Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: 'C:\\Python39\\Scripts\\django-admin.py' Consider using the `--user` option or check the permissions. code example
Example 1: Consider using the `--user` option or check the permissions
pip install <package> --user
Example 2: ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/3.8' Consider using the `--user` option or check the permissions.
pip3 install package_name --user