How to Include Python Script in Bash Script

Reply to comment

Alternatively, something like this works as well: eval python - < EOF import sys from pprint import pprint pprint(sys.path) EOF