Skip to content

tests/: Use sys.executable for testing executables

Guangyuan Yang requested to merge yzgyyang/package_manager:python-exec into master

Python executable names shouldn't be assumed. Use sys.executable which will always exist.

Closes #184 (closed)

Merge request reports