macOS hacks

How to create and run virtual environment on macOS?

python3 -m venv venv
source venv/bin/activate

 

See also  How to get the length of a cursor from mongodb using Python?

Leave a Reply