我将命令放在cmd中: ''' c:\ Users \ Administrator \ hello> python3 -m venv .venv
''' 然后在cmd上有一个答案:
''' 错误:[WinError 2]系统找不到指定的文件。
'''
但是它会创建.venv文件。
但是.venv / scripts文件中没有activate.bat(或activate.ps)。
我在https://docs.python.org/3.7/library/venv.html#an-example-of-extending-envbuilder中进行了查找,但找不到答案。