# Given the target directories tree as below, the website is ‘abc.com’, the virtual environment with name ‘env’, the project’s […]
Tag: web
Setup Local(macOS) Python Web Environment
Given the target path is “/root/home/python” # Step 1: install homebrew /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)” # Step 2: install […]