Skip to content

Instantly share code, notes, and snippets.

@Ninefrm
Forked from AlecSchneider/python_on_iphone.sh
Created June 5, 2021 16:09
Show Gist options
  • Save Ninefrm/32c51a7d713fe597a81c22ccf0697590 to your computer and use it in GitHub Desktop.
Save Ninefrm/32c51a7d713fe597a81c22ccf0697590 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.6-r0.apk | tar -xz sbin/apk.static && ./sbin/apk.static add apk-tools && rm sbin/apk.static
apk add python
@Ninefrm
Copy link
Author

Ninefrm commented Jun 5, 2021

05/06/21 Works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment