install StaSh on pythonista for iOS to get pip working
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
# from https://forum.omz-software.com/topic/1919/stash-shell-like-an-expert-in-pythonista | |
# this script will get pip working on iOS! | |
import requests as r | |
exec(r.get('http://bit.ly/get-stash').text) |
i did this and was successful in the download/install on my phone, but i tried a couple commands and it said that pip didnt exist, i may have been doing it wrong i honestly dont know
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I dont know how This is supposed to work. I did everything the instructions said and nothing works. I have Pythonista on my iPhone and iPad. I ran
Then tried running launch_stash.py (which doesn’t exist). I tried reading the README.md and doing everything that said and it still doesn’t work. Is there something I am missing? I thought once this is installed you can use pip in the console and download python packages.