安装Python pip的问题

在win10下安装pip,碰到如下错误提示:


Perhaps your account does not have write access to this directory?  If the
installation directory is a system-owned directory, you may need to sign in
as the administrator or "root" account.  If you do not have administrative
access to this machine, you may wish to choose a different installation
directory, preferably one that is listed in your PYTHONPATH environment
variable.
For information on other options, you may wish to consult the
documentation at:
  https://pythonhosted.org/setuptools/easy_install.html

看提示也知道权限不对,找到python的执行文件,在属性中的兼容性中,增加以管理员身份运行。

你可能感兴趣的:(python)