omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. whitone

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 4
    • Topics 0
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    whitone

    @whitone

    0
    Reputation
    2384
    Profile views
    1
    Posts
    4
    Followers
    0
    Following
    Joined Last Online

    whitone Unfollow Follow

    Latest posts made by whitone

    • RE: StaSh - Shell Like an Expert in Pythonista

      I noticed that the pip command allows you to list all modules installed using this command and specially allows you to update individual modules! This is very useful! So I cleaned up my environment in Pythonista and now I'm handling everything with StaSh.

      I was able to run many libraries in Pythonista without having to change them much, I tried only to override the functions. So now I'm creating StaSh scripts for running CLI program written in Python: in practice the first time they are run if the modules they needs are not installed they install these modules (as the command git) and apply monkey patches.

      For those who have just installed Pythonista and want to install StaSh I created a simplified installation creating a shortened url for getstash.py.

      To install StaSh just copy the following line in the Pythonista console:

      import requests; exec requests.get('http://bit.ly/StaSh').text
      

      Congratulations to all for this fantastic tool!

      posted in Pythonista
      whitone
      whitone