macOS hacks

How to create and run virtual environment on macOS?

python3 -m venv venv
source venv/bin/activate

 

See also  Automatic gracefully shutdown of virtual machines and ESXI hypervisor from telegram bot

Leave a Reply