Python deployments: Difference between revisions
From Freephile Wiki
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
Christoph Haas discusses virtualenv, easy_install, pip, apt/yum | Christoph Haas discusses virtualenv, easy_install, pip, apt/yum | ||
https://workaround.org/easy-install-debian | https://workaround.org/easy-install-debian | ||
Stackoverflow says [http://stackoverflow.com/questions/3220404/why-use-pip-over-easy-install/ use pip over easy_install], but things have been changing over the past few years, so the future/best practice may require a bit more digging. | |||
[[Category:Python]] | [[Category:Python]] |
Revision as of 14:21, 16 May 2014
Hynek Schlawack
Python Packaging
Christoph Haas discusses virtualenv, easy_install, pip, apt/yum https://workaround.org/easy-install-debian
Stackoverflow says use pip over easy_install, but things have been changing over the past few years, so the future/best practice may require a bit more digging.