Skip to content

Instantly share code, notes, and snippets.

@nickovchinnikov
Forked from AlecSchneider/python_on_iphone.sh
Created November 12, 2023 05:35
Show Gist options
  • Save nickovchinnikov/c677730463a0703a96f033e892550673 to your computer and use it in GitHub Desktop.
Save nickovchinnikov/c677730463a0703a96f033e892550673 to your computer and use it in GitHub Desktop.
How to install apk and Python on your iPhone using the iSH Shell
cd
# you can do this all in one command
wget -qO- http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86/apk-tools-static-2.10.5-r1.apk | tar -xz sbin/apk.static && ./sbin/apk.static add apk-tools && rm sbin/apk.static
apk add python3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment