我已经安装了python 32包
C:\ python32
我也设置了路径:
PYTHONPATH | C:\ Python32 \库; C:\ Python32 \的DLL; C:\ Python32\LIB\LIB-TK;
路径; C:\ Python32;
我想使用"2to3"工具,但CMD无法识别它.
CMD: c:\test\python> 2to3 test.py
Run Code Online (Sandbox Code Playgroud)
我应该为"2to3"添加额外的路径吗?
谢谢
python ×1