Trying to find and use a compatible version. Using python3.9 (3.9.0) Creating virtualenv woot-map-service-gm5TM0Fh-py3.9 in /Users/imgabgi/Library/Caches/pypoetry/virtualenv code example
Example 1: create a virtual environment python 3
python3 -m venv /path/to/new/virtual/environment
Example 2: creating a virtual environment in python 3.8
c:\>python -m venv c:\path\to\myenv