1
我試圖運行這個特定的行,但我得到一個錯誤。 我使用命令提示符,然後我安裝的python路徑當我檢查窗戶上python.exePython 3.5 - venv無效語法
>>>python3 -m venv tutorial-env
File "<stdin>", line 1
python3 -m venv tutorial-env
^
SyntaxError: invalid syntax
它說「python3」不被識別爲一個內部或外部命令,可操作 程序或批處理文件...? –
@BHok,你是否[把Python添加到你的'%PATH%'](https://docs.python.org/3/using/windows.html#configuring-python)(或讓安裝程序爲你做) ? – Chris
我讓安裝程序爲我做。 –