03 2021 档案
摘要:python: 系统默认python版本2.7,利用python启动 自己安装python版本3.8,利用python3启动 问题描述: 在上述环境中利用virtualenvwrapper创建虚拟环境时,发生以下错误 /usr/bin/python: No module named virtuale
阅读全文
摘要:virtualennv用于创建独立的Python环境, 多个python相互独立,互不影响,它能够: 在没有权限的情况下安装新套件 不同应用可以使用不同的套件版本 套件升级不影响其他应用。 安装方法 # 安装 pip install python-virtualenv # 使用 virtualenv
阅读全文
摘要:安装Redis编译测试的时候报如下错误: 查阅大神们的博客后记录如下解决方法: wget http://downloads.sourceforge.net/tcl/tcl8.6.1-src.tar.gz tar xzvf tcl8.6.1-src.tar.gz -C /usr/local/ cd /
阅读全文
摘要:Python使用pycharm导入pymysql教程 file->setting->project->project interperter 双击右侧出现的pip,弹出安装包,搜索pymysql->选择第一个->Install Package 出现底部绿色字体说明导入成功 补充知识:Python 3
阅读全文
摘要:louie-mac:~ louiezhou$ pip3 install mysql-python DEPRECATION: Python 3.3 supported has been deprecated and support for it will be dropped in the futur
阅读全文

浙公网安备 33010602011771号