Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/django/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用Mercurial在windows上安装django_Windows_Django_Svn_Mercurial_Installation - Fatal编程技术网

使用Mercurial在windows上安装django

使用Mercurial在windows上安装django,windows,django,svn,mercurial,installation,Windows,Django,Svn,Mercurial,Installation,我尝试使用的一个项目有一个django导入,所以我尝试安装django 在窗户里 我找到了如何安装它的指导——它需要从svn存储库中获取 我已经安装了Mercurial hg,所以我不应该安装svn,我说我可以使用如下命令 svn公司http://code.djangoproject.com/svn/django/trunk/django 但是,当我运行它时,我遇到了一个错误: 'svn' is not recognized as an internal or external command,

我尝试使用的一个项目有一个django导入,所以我尝试安装django

在窗户里

我找到了如何安装它的指导——它需要从svn存储库中获取

我已经安装了Mercurial hg,所以我不应该安装svn,我说我可以使用如下命令

svn公司http://code.djangoproject.com/svn/django/trunk/django

但是,当我运行它时,我遇到了一个错误:

'svn' is not recognized as an internal or external command, operable program or batch file.

如果我的系统已经安装了python27、sqlite、postgres和Mercurial,那么在Windows上安装django该怎么办呢?

您提到的文档已经过时了。安装Django不需要
svn
hg
。我建议您阅读官方安装文档,使用稳定版本,而不是签出最新代码。

您所指的文档已经过时。安装Django不需要
svn
hg
。我建议阅读官方安装文档,使用稳定版本,而不是签出最新代码。

'svn'不被识别为内部或外部命令
表示
svn
未安装或未在
系统路径中找到


确保
svn
或您正在使用的任何工具已正确安装并位于系统路径中,然后继续。

表示
svn
未安装或未在
系统路径中找到


确保
svn
或您正在使用的任何工具已正确安装并位于您的系统路径中,然后继续。

为什么安装Mercurial意味着您无法安装svn?它们是两个不同的版本控制系统。为什么安装Mercurial意味着无法安装SVN?他们是两个不同的版本控制系统。我在这个主页上找到了如何使用hg,我去了一个只提供svn的页面。我在这个主页上找到了如何使用hg,我去了一个只提供svn的页面。