摘要: window下安装django Python 下载地址:https://www.python.org/downloads/ Django 下载地址:https://www.djangoproject.com/download/ 安装完成后你需要设置 Python 环境变量。 右击计算机->属性->高 阅读全文
posted @ 2022-07-26 21:06 Orientation 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 1 Debian系列 Debian系列主要包含Debian和Ubuntu等Debian最具特色的是apt-get/dpkg包管理方式,在二进制文件发行方式中,APT应该是最好的了。Debian的资料也很丰富,有很多支持的社区,比较方便找到解决问题的方法。Debian社区的网址:https://deb 阅读全文
posted @ 2022-07-26 20:38 Orientation 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 虚拟环境: 安装虚拟环境 1.通过pip安装虚拟环境: -- pip install virtualenv 2.前往目标文件夹创建纯净虚拟环境: -- virtualenv 虚拟环境名 (py3-env1) 4.终端启动虚拟环境: -- cd py3-env1\Scripts -- activate 阅读全文
posted @ 2022-07-26 19:24 Orientation 阅读(60) 评论(0) 推荐(0) 编辑