Dizzley
Oct 27, 2018 - 17:28
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?
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?
@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.