文章转自 快速开始 my.ini # possible values : production, development app_mode = development [paths] # Path to where grafana can store temp files, sessions, and the sqlite3 db (if that is used) data = /home/git/grafana [server] # Protocol (http or https) prot…
前言:Python开发:Python2和Python3的共存和切换使用 一.问题如下: 1.截图: 2.错误信息: Could not find a version that satisfies the requirement re (from versions: ) No matching distribution found for re 3.翻译: 找不到满足re要求的版本(来自版本: ) 找不到re的匹配分布 二.解决方法: 1.采用国内镜像则能够提高安装成功率并提速: …