/bin/sh:sphinx-build command not found

Posted 码到城攻

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了/bin/sh:sphinx-build command not found相关的知识,希望对你有一定的参考价值。

欢迎访问个人网站:码到城攻

当使用Sphinx安装时,我也遇到了这个问题pip。使用官方文档建议的安装方式解决了该问题:

对于Python 3:

$ apt-get install python3-sphinx

对于Python 2:

$ apt-get install python-sphinx

$ sphinx-build --version
sphinx-build 2.0.1

以上是关于/bin/sh:sphinx-build command not found的主要内容,如果未能解决你的问题,请参考以下文章

c语言字符串相互赋值

如何获得comm输出的第一列?

comm diff 文件对比

Linux文件比较命令的Comm命令

COMM5007 基于代码解决方案

C++ STL 算法,如“comm”实用程序