Consider using the --user
option or check the permissions.
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.
在原有的命令结尾添加--user即可 如:
pip3 install virtualenv --user