We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89526bb commit 522a636Copy full SHA for 522a636
1 file changed
python-setup/tests/from_python_exe.py
@@ -9,7 +9,7 @@ def get_details(path_to_python_exe: str) -> Tuple[str, str]:
9
import_path = subprocess.check_output(
10
[
11
path_to_python_exe,
12
- os.path.join(os.path.dirname(__file__), "find_site_packages.py")
+ os.path.join(os.path.dirname(__file__), "..", "find_site_packages.py")
13
],
14
stdin=subprocess.DEVNULL,
15
)
0 commit comments