-2

I have Python 3.10 in my machine. But I want to use 3.8 for a project. How can I create a virtual environment with Python 3.8 ?

1
  • 2
    py -3.8 -m venv your_venv_directory Commented Aug 24, 2022 at 7:56

1 Answer 1

1

I solved it with this command:

virtualenv venv --python=python3.8
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.