Skip to content

Instantly share code, notes, and snippets.

@CodyKochmann
Created September 25, 2016 20:22
Show Gist options
  • Save CodyKochmann/4d6b40e77ba862e634185a038d2c3f13 to your computer and use it in GitHub Desktop.
Save CodyKochmann/4d6b40e77ba862e634185a038d2c3f13 to your computer and use it in GitHub Desktop.
install StaSh on pythonista for iOS to get pip working
# 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)
@DeklynHunt
Copy link

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