Python:3.7 Windows 10(64位) 使用
创建python虚拟环境时出错python -m venv envname
Error: python', '-im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1
(创建了环境,但是没有pip,只有很少的脚本包含python,但是无法访问) 而且当制作时没有点子
python -m venv --without-pip envname
Pip cannot be installed while activating environment and executing the following command in it (curl https://bootstrap.pypa.io/get-pip.py | python)
Error: Unable to create process using '<python.exe path>'