Skip to content

Instantly share code, notes, and snippets.

@alpancs
Created November 18, 2019 05:27
Show Gist options
  • Save alpancs/a8eff18b7179253cf9195869065456c9 to your computer and use it in GitHub Desktop.
Save alpancs/a8eff18b7179253cf9195869065456c9 to your computer and use it in GitHub Desktop.
the best alias for `python` command
alias python='python -ic "print(\"WARNING: Python is not recommended.\nDO NOT use Python. Bye!\nPython 3.6.8 (default, Oct 7 2019, 12:59:55) \n[GCC 8.3.0] on linux\nType \\\"help\\\", \\\"copyright\\\", \\\"credits\\\" or \\\"license\\\" for more information.\")"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment