Django安装 创建虚拟Python环境 conda create -n DjangoPath python=3.6.2 使用虚拟Python环境 activate DjangoPath 在虚拟环境下安装Python pip install django