5 ms·
Package management in Python is mostly solved to me with conda+conda devenv+conda lock. Sometimes I still need to get packages from pip in that scenario, but c
by fabioz 4y ago
Package management in Python is mostly solved to me with conda+conda devenv+conda lock.
Sometimes I still need to get packages from pip in that scenario, but conda makes package management a lot better than pip+alternatives for me.