Created
February 21, 2024 17:38
-
-
Save elliottcordo/42f77628420c1b25314244af9fe46411 to your computer and use it in GitHub Desktop.
Example of how to package a Python package for Athena Spark
This file contains 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
mkdir tldextract | |
cd tldextract | |
mkdir unpacked | |
pip install -t $PWD/unpacked tldextract cd unpacked | |
zip -r9 ../tldextract * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment