error=13, Permissão negada
Olá a todos,
O meu erro é: Error running 'Exercício Python #035': Cannot run program "/home/antony/Documentos/Curso Python/venv/bin/python" (in directory "/home/antony/Documentos/Curso Python/Exercícios"): error=13, Permissão negada
Quando eu vou executar o meu programa aparece isso...
Gostaria de saber se alguém tem alguma solução para isso.
Desde já, obrigado
Please sign in to leave a comment.
Hello,
The error "error=13, Permissão negada" points on a lack of access for the user you are logged in. Please check the permissions for the path /home/antony/Documentos/Curso Python/venv/bin/python , or try to grant admin rights to the user.