issues
search
Madoshakalaka
/
pyckage
Cross-platform Python package boilerplate app. Configure travis ci testing and auto pypi release all in one keypress
1
stars
0
forks
source link
windows installer, deb maker, windows pip
#6
Open
Madoshakalaka
opened
5 years ago
Madoshakalaka
commented
5 years ago
windows installer: squirrel?
deb maker: somehow .deb is not made on ubuntu system
windows pip: pip may not be an sure thing on windows, in userinputs.js, use
python -m pip search blah
or better: let the user to specify python path
Madoshakalaka
commented
5 years ago
is solved with
python3 -m pip
and
python -m pip
fall back and errors are handled
python -m pip search blah
or better: let the user to specify python path