Python3.8 venv returned exit status 101

后端 未结 3 911
别那么骄傲
别那么骄傲 2021-01-21 17:16

I found similar posts, mostly related to linux on venv having an issue with working. python 3.8 venv missing activate command However, I am confused on how to solve it on window

3条回答
  •  灰色年华
    2021-01-21 18:01

    Thanks. I faced the same issue and this thread worked around for me. I uninstalled Python and installed 3.9. Python version (which was available for me at the time) checking "Install for all users" in advanced installing. Remember to check "Add the PATH" box so that you can run Python from the command prompt.

提交回复
热议问题