-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 ?

wovano
  • 4,543
  • 5
  • 22
  • 49
isinsu
  • 53
  • 1
  • 7

1 Answers1

0

I solved it with this command:

virtualenv venv --python=python3.8
isinsu
  • 53
  • 1
  • 7