$virtualenv -p python django_env
Complete output from command D:\00.LEARN\PYTHON\d...v\Scripts\python.exe - setuptools pip wheel:
Traceback (most recent call last):
File "<stdin>", line 3, in <module>
ModuleNotFoundError: No module named 'pkgutil'
----------------------------------------
...Installing setuptools, pip, wheel...done.
Traceback (most recent call last):
File "c:\users\王向南\appdata\local\programs\python\python36-32\lib\site-packages\virtualenv.py", line 2628, in <module>
main()
File "c:\users\王向南\appdata\local\programs\python\python36-32\lib\site-packages\virtualenv.py", line 870, in main
symlink=options.symlink,
File "c:\users\王向南\appdata\local\programs\python\python36-32\lib\site-packages\virtualenv.py", line 1173, in create_en
vironment
install_wheel(to_install, py_executable, search_dirs, download=download)
File "c:\users\王向南\appdata\local\programs\python\python36-32\lib\site-packages\virtualenv.py", line 1019, in install_w
heel
_install_wheel_with_search_dir(download, project_names, py_executable, search_dirs)
File "c:\users\王向南\appdata\local\programs\python\python36-32\lib\site-packages\virtualenv.py", line 1110, in _install_
wheel_with_search_dir
call_subprocess(cmd, show_stdout=False, extra_env=env, stdin=script)
File "c:\users\王向南\appdata\local\programs\python\python36-32\lib\site-packages\virtualenv.py", line 963, in call_subpr
ocess
raise OSError("Command {} failed with error code {}".format(cmd_desc, proc.returncode))
OSError: Command D:\00.LEARN\PYTHON\d...v\Scripts\python.exe - setuptools pip wheel failed with error code 1