Victor Vargas Sandoval

Results 11 comments of Victor Vargas Sandoval

Did you try with pip environment? For this, you have to create an pip environment like this: virtualenv ENV_NAME -p PYTHON_VERSION for example: virtualenv venv -p python3 then activate your...