I'm in a system where I cannot install any package nor create files/directories and I don't have anything but Python installed.
However, I can copy-paste some code at the top of my script.
I would like to use the pathfinding library, so I was thinking if there is any way to bundle a library, like in JavaScript, and get all the exports in the global scope, so I can use them in my code.
source https://stackoverflow.com/questions/71161649/bundle-python-package-to-a-single-file
Comments
Post a Comment