Virtual environment Python3 beginner Windows 10

ok,thank you a lot! :slightly_smiling_face:


looks as if I am cursed :frowning_face: :cold_sweat: :cold_sweat:

no you are not, just you need to install pip first, open vs code and in the terminal run this command “pip install pip” to install pip, if you couldnt try download and install using this link https://pypi.org/project/pip/#modal-close it should the first one like this " pip-20.0.2-py2.py3-none-any.whl ", after installing it, run this command “pip install virtualenv” to install venv.

1 Like

It seems pip is not available in your system path or not installed.

You can try to install modules with python -m pip install something.