stash
stash copied to clipboard
StaSh Pythonvenv understanding
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