python
x-spring
Never give up on something you really want. It's difficult to wait, but worse to regret.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Navicat安装
原创 2020-06-12 17:55:31 · 259 阅读 · 0 评论 -
Mysql 8.0.20安装(windows)
下载: https://dev.mysql.com/downloads/installer/ 双击下载好的安装文件开始安装。 安装完成。原创 2020-06-12 17:28:30 · 346 阅读 · 0 评论 -
Python虚拟环境搭建(Linux)
1. 安装python3 sudo apt install python3 2. 安装pip3 sudo apt install python3-pip 3. 安装virtualenv sudo -H pip3 install virtualenv 3. 安装virtualenvwrapper sudo -H pip3 install virtualenvwrapper 4. 配置virtualenvwrapper vim ~/.bashrc export WORKON_HOME=~/vire原创 2020-06-09 14:02:47 · 311 阅读 · 0 评论
分享