pipx
pipx copied to clipboard
After using pythonloc to install dependencies can't run binaries from __pypackages__
How to reproduce
pipx run --pypackages flask run --with-threads throws the following '--pypackages' flag was passed, but '__pypackages__\\3.9\\lib\\bin\\flask' was not found. See https://github.com/cs01/pythonloc to learn how to install here, or omit the flag.
Expected behavior
Running flask in development mode in Windows 10.