Skip to content

Fix using the wrong Python in certain situations

Compare
Choose a tag to compare
@nir0s nir0s released this 26 May 07:02
· 135 commits to master since this release

Previously, Wagon would use the Python, pip and wheel executables that were in the path, or, if using a virtualenv, those within it. That is, you couldn't use another python that's not in the path. That's now fixed as we're now using the python, pip and wheel relative to the sys.executable path.