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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you provide your Python dependencies in production in 2016?

4 点作者 inlineint大约 9 年前
I have some python code that I want to use in production. The code depends on a few scientific packages and I want to add more (especially I&#x27;m going to use numba). Now I use virtualenv + pip + ansible role to install required system dependencies, but I&#x27;ve started to look to anaconda.<p>I&#x27;m in doubt about anaconda because it seems to be oriented more for development than for production usage. Does anybody use conda in production and is it good for it? What alternatives to it and virtualenv+pip are worth considering except docker?

1 comment

scot_hacker大约 9 年前
virtualenv+pip are absolutely the standard, and ansible is popular enough to be nearly standard. You didn&#x27;t state why you&#x27;re looking elsewhere. Is there any particular reason you want to use something else?
评论 #11835357 未加载