macOS hacks

How to create and run virtual environment on macOS?

python3 -m venv venv
source venv/bin/activate

 

See also  Auto update IP address via Post Query for Dynamic DNS Services UNIX

Leave a Reply