stash icon indicating copy to clipboard operation
stash copied to clipboard

StaSh Pythonvenv understanding

Open o-murphy opened this issue 4 months ago • 0 comments

If I place 2 py files

# ~/Documents/a.py
print("hello from a")
# ~/Documents/b.py
import a
b.py

I get ImportError.

But running from bin/python3 or from Pythonista console do not raise import error

o-murphy avatar Aug 14 '25 16:08 o-murphy