我正在尝试安装 Django 的 debug_toolbar 行分析器。根据文档,我需要安装 Mercurial。
我已经在我的 Windows 机器上安装了 Mercurial,当我在项目虚拟环境之外的命令提示符中键入 hg 时,它看起来没问题。问题是当我在虚拟环境中输入相同的命令时会引发错误:
ERROR: Error [WinError 2] The system cannot find the file specified while executing command hg clone --noupdate -q https://bitbucket.org/kmike/line_profiler 'c:\[user]\environments\[project]\src\line-profiler'
ERROR: Cannot find command 'hg' - do you have 'hg' installed and in your PATH?
我该如何解决?最终目标是安装 line_profiler