How to create a virtualenv in the terminal of macOS?
03:42 28 Mar 2026

Im trying to setup the python and Django environment on my macBook air. Im doing it directly on the terminal of the computer but when I write "virtualenv" so I can create a virtualenv on my machine the system says that "virtualenv" is not a command. What do I do?

python-3.x django web-frameworks