在使用pip安装django时,报错 权限不足:

1.安装报错信息

ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/Django-1.11.23.dist-info' Consider using the `--user` option or check the

 

2.解决办法
根据提示在install后面加上--user就行

ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/Django-1.11.23.dist-info' Consider using the `--user` option or check the

 

3.安装成功结果如上图 

 

相关文章: