python3 -m venv .venv # create virtual environment
source .venv/bin/activate # load virtual environment
windows激活虚拟环境报错activate : File \.venv\Scripts\Activate.ps1 cannot be loaded because running scripts is disabled on this system.
Set-ExecutionPolicy -Scope CurrentUser RemoteSigned