在centos使用python3的virtualenv,先用yum install python3安装后pip3也已经安装好了,pip3 install virtualenv,在系统中新建一个空文件夹,使用命令 virtualenv [文件夹名]