Skip to content

Instantly share code, notes, and snippets.

@elliottcordo
Created February 21, 2024 17:38
Show Gist options
  • Save elliottcordo/42f77628420c1b25314244af9fe46411 to your computer and use it in GitHub Desktop.
Save elliottcordo/42f77628420c1b25314244af9fe46411 to your computer and use it in GitHub Desktop.
Example of how to package a Python package for Athena Spark
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