apt-get install python3-venv # 生成一个test_env虚拟环境 python3 -m venv test_env # 进去虚拟环境 source test_env/bin/activate