Skip to content

Instantly share code, notes, and snippets.

@enric1994
Created October 8, 2019 11:49
Show Gist options
  • Save enric1994/72100084ea62a206608e60ac0780cd2c to your computer and use it in GitHub Desktop.
Save enric1994/72100084ea62a206608e60ac0780cd2c to your computer and use it in GitHub Desktop.
Linux link python to python3
ln -s /usr/bin/python3 /usr/bin/python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment