1

我在世界上开始使用python,但我来自PHP并且我习惯了composer来管理我的项目依赖项。

在 django 中,我正在使用 easy_install 安装我的项目依赖项。但我的问题是:如果我将运行我的项目的环境没有这些依赖项,那么有一些工具可以让我轻松处理依赖项

4

1 回答 1

3

Best things is to use pip and virualenv

see here http://www.saltycrane.com/blog/2009/05/notes-using-pip-and-virtualenv-django/

Then your all problems will be solved

于 2013-01-20T02:05:04.170 回答