Skip to content

Instantly share code, notes, and snippets.

@nosrednawall
Created February 22, 2019 13:20
Show Gist options
  • Select an option

  • Save nosrednawall/02b0006c19601328b19b1e81dcab083d to your computer and use it in GitHub Desktop.

Select an option

Save nosrednawall/02b0006c19601328b19b1e81dcab083d to your computer and use it in GitHub Desktop.
comandos que salvaram o meu debian
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