C:\Python34\python -m venv myvenv 创建虚拟环境 myvenv\Scripts\activate 进入你的虚拟环境 python manage.py runserver 启动