pipx 1.3 breaks run <app>
if app
is also a directory in your cwd
#1152
Labels
bug
Something isn't working
run <app>
if app
is also a directory in your cwd
#1152
In pipx 1.2.x, you could do
pipx run py4web version
if there was a directory called py4web in your cwd. Since 1.3 up to the latest patch, this leads to an error:How to reproduce
Create a directory with the same name as a Python package you would use with pipx. Then try to run
pipx run <name>
.Expected behavior
I expected the pipx installed app to run like in 1.2.x
The text was updated successfully, but these errors were encountered: