使用pip install 安装库时出现提出
EROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: 'c:\\program files\\python35\\Lib\\site-packages\\goto.py'
Consider using the `--user` option or check the permissions.
原因:未用 管理员权限运行命令提示符。
解决:以管理员权限运行即可。
实例:安装 goto-statement跳语句库
出现:提示Consider using the `--user` option or check the permissions.