Created
June 6, 2016 19:58
-
-
Save ByteReaper/c1290bf0977122f76819d5595077afca to your computer and use it in GitHub Desktop.
Sidney_Finding_Python
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
| $ find / -name python* 2>/dev/null | |
| ... | |
| /usr/bin/python3.5m | |
| /usr/bin/python3.5 | |
| /usr/bin/python3 | |
| /usr/bin/python3m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment