'python'不被识别为内部或外部命令python setup.py build_ext --inplace

时间:2017-12-12 03:24:48

标签: python python-3.x cython pyinstaller

我正在尝试cython化一个python文件。

我明白了:

python setup.py build_ext --inplace
'python' is not recognized as an internal or external command,
operable program or batch file.

我已经安装了visual Studio,通过pip下载了cython,setuptools。

我知道如何解决这个问题吗?

当我重新安装python时,似乎会出现此问题。

设置%path%; C:\ Users \用户13 \ Miniconda3

C:\Users\13\Miniconda3 not defined

1 个答案:

答案 0 :(得分:0)

最简单的方法是将包含python.exe的目录添加到$ Path。有点hacky,但听起来PIP配置有问题。