macOS hacks

How to create and run virtual environment on macOS?

python3 -m venv venv
source venv/bin/activate

 

See also  Days counting in Django model for graph generation

Leave a Reply