安装python3brew install python3创建虚拟环境virtualenv -ppython3 venv3source venv3/bin/activate进入虚拟环境:pip3 install pyenv