I\'ve installed virtualenv via pip and get this error after creating a new environment:
virtualenv
pip
selenium:~ auser$ virtualenv new New pyt
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