Created
March 6, 2023 23:23
-
-
Save omamkaz/b9b2fb308f1d53004454b6a92b67d73e to your computer and use it in GitHub Desktop.
run python file without create __pycache__ folder.
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
#!/usr/bin/bash | |
python3.9 -B $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment