We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ff399 commit 3e2bb7bCopy full SHA for 3e2bb7b
pspy_proxy/common.py
@@ -1,4 +1,4 @@
1
from pathlib import Path
2
-import sys.executeable as execPATH
+from sys import executable as execPATH
3
# out_path = Path('~/.pspy/bin').expanduser()
4
out_path = Path(execPATH).parent.expanduser()
0 commit comments