Access denied when updating PIP

2

I'm running the following command at the Windows prompt

pip install --upgrade pip

And I'm getting an error:

  

PermissionError: [WinError 5] Access Denied:   'd: \ leonardo \ python \ django-treinaweb \ env \ scripts \ pip.exe'

Remembering that I am within virtualenv .

    
asked by anonymous 23.06.2015 / 14:14

1 answer

2

Attempts to run cmd as administrator. Go to inicio/accesorios/Command Prompt and clique direito/ executar como administrador.

then try the same command:

pip install --upgrade pip
    
23.06.2015 / 21:04