查看是否已经安装Python # python -V //Python 2.7.5 查看一下Python可执行文件的位置 # which python /usr/bin/python 进入到 /usr/bin/ 目录下,…
分类:python
python安装opencv
准备工作,首先将源改为阿里的,可以参考这里 # pip3 install --upgrade setuptools # pip3 install numpy Matplotlib //依赖模块 # pip3 instal…
pip卡住不动的解决方案:修改pip源
pip国内的一些镜像 # 豆瓣 (douban) http://pypi.douban.com/simple/ https://pypi.doubanio.com/simple/ # 阿里云 http://mirrors…
certbot使用教程笔记大全
官方文档: https://certbot.eff.org/docs/using.html //安装 # yum install -y certbot 目录结构 # cd /etc/letsencrypt | – acc…
使用Let's Encrypt生成SSL通配符证书并通过CloudFlare验证自动更新
安装certbot # yum install -y certbot 为Certbot安装CloudFlare插件 # yum install -y python3-cloudflare python3-certbot-…
windows下安装Python
下载 https://www.python.org/downloads/ -> python-3.7.3.exe 查看版本: >>>python Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar …