Last active
July 8, 2020 15:41
-
-
Save hangst/cc951f14aaab7deb415d01e9cca9557c to your computer and use it in GitHub Desktop.
Compile executable Python
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
cython3 --embed src.py --output-file dst.c | |
g++ dst.c -I/usr/include/python -L/usr/lib/x86_64-linux-gnu -lpython |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment