2021年3月5日星期五

python3.8 venv does not work on windows while python3.5 does

I have python3.5 and python3.8 on windows and both of them work fine with virtualenv.

Recently, I would like to try the standard built-in venv instead of virtualenv but failed.

When python3.5 -m venv .env35 it works fine but python3.8 -m venv .env38 return Error: [WinError 2] The system cannot find the file specified.

Tried about git-bash and powershell, with winty and without winty.

https://stackoverflow.com/questions/66501657/python3-8-venv-does-not-work-on-windows-while-python3-5-does March 06, 2021 at 09:59AM

没有评论:

发表评论