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.


    Running StaSH in iCloud Sync'd Folder

    Pythonista
    3
    4
    2094
    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.
    • broepke
      broepke last edited by

      Greetings. I'm using Pythonista 3 with Working Copy and therefor syncing GitHub Repos with iCloud. I have a Flask based project and I want a terminal where I can get to the directory where the Project is running. However, when I cd to the it seems that the iOS files app is isolating that director and I can't get to iCloud.

      Any help? Tips?

      1 Reply Last reply Reply Quote 0
      • JonB
        JonB last edited by

        What path are you trying to cd to? Im not sure if iCloud is a normal folder, or if it is, it will be located in ~/Library/MobileDocuments

        1 Reply Last reply Reply Quote 0
        • cvp
          cvp last edited by

          I access to my MyFolder on iCloud Drive by

          '/private/var/mobile/Library/Mobile Documents/com~apple~CloudDocs/MyFolder/' 
          
          1 Reply Last reply Reply Quote 0
          • broepke
            broepke last edited by

            That totally worked. I used a script to get that folder (suggested on another post)

            save this as a python file and run it:

            import editor
            print(editor.get_path())
            

            and you get a path similar to above. just change to that directory. (in quotes).

            Thanks!

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