在centos使用python3的virtualenv,先用yum install python3

安装后pip3也已经安装好了,pip3 install virtualenv,

在系统中新建一个空文件夹,使用命令 virtualenv [文件夹名]

04-16 14:38