Created
June 4, 2021 10:39
-
-
Save piotrkilczuk/e7b02d56a061414b9e3584034721d615 to your computer and use it in GitHub Desktop.
pythonstartup_exec_1.bash
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
$ PYTHONSTARTUP=./_pythonstartup.py python | |
Python 3.9.0 (default, Nov 19 2020, 14:06:03) | |
[GCC 7.5.0] on linux | |
Type "help", "copyright", "credits" or "license" for more information. | |
Hello world! | |
>>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment