小编AVA*_*AVA的帖子

Creating Virtual environment using python 3.8 when python 2.7 is present

I am trying to create a virtual environment using mkvirtualenv with python 3 in Windows but the environment is created with python 2.7.My pip version is also from python 2.7 which i have avoided using

py -m pip install virtualenvwrapper-win
Run Code Online (Sandbox Code Playgroud)

When i do

mkvirtualenv test
Run Code Online (Sandbox Code Playgroud)

environment is created with python 2.7 Please help me with a solution Thanks in advance:)

python virtualenv virtualenvwrapper python-2.7 python-3.x

7
推荐指数
2
解决办法
2万
查看次数