Problem with virtualenv in Mac OS X

前端 未结 14 2109
情歌与酒
情歌与酒 2020-12-23 16:29

I\'ve installed virtualenv via pip and get this error after creating a new environment:

selenium:~ auser$ virtualenv new  
New pyt         


        
14条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-23 17:07

    I did the following steps to get virtualenv working :

    Update virtualenv as follows :

    ==> sudo pip install --upgrade virtualenv
    

    Initialize python3 virtualenv :

    ==> virtualenv -p python3 venv
    

提交回复
热议问题