omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    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.


    StaSh in the iCloud folder?

    Pythonista
    2
    2
    2376
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Dizzley
      Dizzley last edited by

      I copied a python project into the iCloud folder. Is it possible to run StaSh pip in that folder? How can I cd to it?

      mikael 1 Reply Last reply Reply Quote 0
      • mikael
        mikael @Dizzley last edited by mikael

        @Dizzley, place a script with the code below in the iCloud folder. Running it will give you the path to use in stash.

        import editor
        print(editor.get_path())
        

        There is a switch for pip for defining the install folder, maybe -d or -t, check help with -h.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB Forums | Contributors