Created
February 22, 2019 13:20
-
-
Save nosrednawall/02b0006c19601328b19b1e81dcab083d to your computer and use it in GitHub Desktop.
comandos que salvaram o meu debian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Caso dê erro ao numa instalacao compilada do python, tem que remover os links simbólicos para o python, e acrescentar novamente os links para os pacotes estáveis do python | |
| sudo ln -sf /usr/bin/python2.7 /usr/bin/python | |
| sudo ln -sf /usr/bin/python2.7 /usr/bin/python |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment