pip解决权限问题

pip3安装python包遇到问题
Defaulting to user installation because normal site-packages is not writeable
pip3 install –user
安装到用户packages路径解决这个问题