mworion / MountWizzard4

Amateur astronomy imaging support tool with special support for 10micron mounts.
Apache License 2.0
21 stars 8 forks source link

fix python unknown option -p #307

Closed d33psky closed 1 year ago

d33psky commented 1 year ago

Hi Michael, Hans here, a small Ubuntu installer fix :

+ python -p pip list
Unknown option: -p
usage: python [option] ... [-c cmd | -m mod | file | -] [arg] ...
Try `python -h' for more information.

I did not see this earlier because I just wrote my own commands ;-)

mworion commented 1 year ago

Thanks for the hint and fixing it.