From 98264e96b456c4cad847451dd19eabaee610bc19 Mon Sep 17 00:00:00 2001 From: Aaron Carson Date: Thu, 26 Oct 2023 14:30:30 +0100 Subject: [PATCH] Specify pre-installed version of python3 --- how-to-use-altstore/altjit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-use-altstore/altjit.md b/how-to-use-altstore/altjit.md index b0ffb81..f870dcf 100644 --- a/how-to-use-altstore/altjit.md +++ b/how-to-use-altstore/altjit.md @@ -60,7 +60,7 @@ sudo touch /Library/Developer/CommandLineTools/.beta ``` brew install openssl@3 -python3 -m pip install -U pymobiledevice3 +/usr/bin/python3 -m pip install -U pymobiledevice3 ``` 5. Connect your device to your Mac via lightning/USB-C. **Enabling JIT via WiFi is not yet supported**