7

I wish python had a better package and environment manager. Everybody has their own way around this, but nothing without bugs or 10 steps to install a package in the env. it just sucks...

Comments
  • 1
    Um... is pip not working for you?
  • 0
    @chadd17 it does, but when you have to manage mutiple envs(test/dev/prod) with different requirements it becomes a pain in the ...
  • 1
    @chadd17 add managing virtualenv on top of that, it just ain't simple like just one line of npm command(or the trendy yarn)
  • 0
    @jackgreen agree with you. Python wheels does a fairly good job though
Add Comment