“[ERRNO 13] Permissão negada” Respostas de código

[ERRNO 13] Permissão negada: Ubuntu

sudo python3 setup.py install  # TLDR; try with sudo
Puzzled Puffin

[ERRNO 13] Permissão negada

This can happen either becuase the file is in use by another proccess or
your user doesn't have access
The 3 * Proggrammer

[ERRNO 13] Permissão negada



chown -R user-id:group-id /path/to/the/directory


Modern Moth

Respostas semelhantes a “[ERRNO 13] Permissão negada”

Perguntas semelhantes a “[ERRNO 13] Permissão negada”

Procure respostas de código populares por idioma

Procurar outros idiomas de código