Open xmonader opened 5 years ago
one of the pain points is the jumpscale dirs; with the proposed architecture most of them won't be needed at all
~/.config/jumpscale
~/.jumpscale
pathlib.Path.home()
expanduser("~") on unix
for sandboxed systems: pip install X --user is enough to have contained packages relative to user
one of the pain points is the jumpscale dirs; with the proposed architecture most of them won't be needed at all
~/.config/jumpscale
~/.jumpscale
pathlib.Path.home()
"cross platform" orexpanduser("~") on unix
for sandboxed systems: pip install X --user is enough to have contained packages relative to user