79144453

Date: 2024-10-31 11:07:36
Score: 0.5
Natty:
Report link

On macOS if using pyenv find the location where the target python version binary is located. In my case it was ~/.pyenv/versions/3.7.16/bin/python3.7
Then do:
virtualenv venv -p=~/.pyenv/versions/3.7.16/bin/python3.7

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: John Owuor