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 2ce242a commit bc36c28Copy full SHA for bc36c28
src/ptscripts/__main__.py
@@ -13,7 +13,7 @@
13
_BASE_PATH = pathlib.Path(os.environ["TOOLS_SCRIPTS_PATH"]).expanduser()
14
else:
15
_BASE_PATH = CWD
16
-TOOLS_VENVS_PATH = _BASE_PATH / ".tools-venvs"
+TOOLS_VENVS_PATH = _BASE_PATH / ".tools-venvs" / "py{}.{}".format(*sys.version_info)
17
18
DEFAULT_TOOLS_VENV_PATH = TOOLS_VENVS_PATH / "default"
19
if str(DEFAULT_TOOLS_VENV_PATH) in sys.path:
0 commit comments