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
  1. windows installer: squirrel?
  2. deb maker: somehow .deb is not made on ubuntu system
  3. 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
  1. is solved with python3 -m pip and python -m pip fall back and errors are handled