Google Certified Professional Data Engineer

Sign Up Free or Log In to participate!

virtualenv venv command is not working ,

AS per the instructions in lab, the following command is not working. for virtualenv venv -p python3.7 The executable python3.7 (from –python=python3.7) does not exist

1 Answers

Run pip -V command to check the version first.

Lets say you have below as result from above command;

pip 20.3.4 from /home/cloud_user_p_8679dcb9/venv/lib/python3.9/site-packages/pip (python 3.9)

That means your version is at python 3.9, And you will have to run below command instead; 

virtualenv venv -p python3.9

Sign In
Welcome Back!

Psst…this one if you’ve been moved to ACG!

Get Started
Who’s going to be learning?