Skip to content

Instantly share code, notes, and snippets.

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