TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Python Packages and Environments with Conda

40 点作者 ivoflipse超过 12 年前

5 条评论

aidos超过 12 年前
I'm not knowledgable enough on the whole package thing to comment on how good this solution is but it looks appealing to me.<p>I've suffered with pip doing almost everything I need but then struggling to install scipy etc. Any competitor to the space that can alleviate the pain is most welcome.<p>I know Armin had a rant about this last year [0]. Would love to hear thoughts by people that understand this far better than me.<p>[0] <a href="http://lucumr.pocoo.org/2012/6/22/hate-hate-hate-everywhere/" rel="nofollow">http://lucumr.pocoo.org/2012/6/22/hate-hate-hate-everywhere/</a>
phren0logy超过 12 年前
I, too, have been bitten by python packaging. The clarity that conda provides about what it is doing, and what goes where, is a big improvement over the current soup of easy-install and (to a lesser extent) pip.<p>That said, I'd still rather have a leiningen equivalent.
rdtsc超过 12 年前
Is this related to Anaconda (the OS installer on RHEL, CentOS, and derivatives?). I couldn't tell if it is. If it is not please consider not calling it Anaconda.<p>It is even more confusing because Anaconda is concerned with installing OS packages, configuration and initialization.<p>I can see this dialog happening:<p>-- Have you updated the package in Anaconda?<p>-- Yes. It installs the numpy package.<p>-- Ok cool. Make sure it also configures your yum repos.<p>-- What yum repos?<p>-- You know rpms repos?<p>-- There are no rpms in Anaconda?
评论 #5140054 未加载
pm90超过 12 年前
Why can't modules[0] be used for managing different versions?<p>[0]<a href="http://modules.sourceforge.net/" rel="nofollow">http://modules.sourceforge.net/</a>
评论 #5139915 未加载
pekk超过 12 年前
pip works great. The entire problem has been that easy_install and setuptools will not get out of the way. They would not fix their screwups for a long time. Now they have been broken long enough that it doesn't matter if they did fix up. THE problem with packaging in Python is too many package managers. Please stop!
评论 #5139806 未加载