链接: 1.安装Python 3.5以及tensorflow 以前用virtualenv觉得挺好用了,但是用多python版本下安装tensorflow,出现问题: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Collecting flask Could not fetch URL https://pypi.python.org/…
最近在centos7下执行命令时,出现以下提示: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details…
1. Python 3.8.1安装 源码安装常规操作: wget -c https://www.python.org/ftp/python/3.8.1/Python-3.8.1.tgz tar -xvf Python-3.8.1.tgz mkdir -p /my/python/ cd Python-3.8.1 ./configure --prefix="/my/python/" make make install make后没报错,但出现了如下提示: Could not build t…
使用cscope碰到的问题 1. E568: duplicate cscope database not added 根据提示,cscope数据库重复添加了,我使用的是vim7.2版本,而这个版本在已经支持cscope,并在它的配置文件中开启了cscope功能 $ vi /etc/vimrc 32 if has("cscope") && filereadable("/usr/bin/cscope") 33 set csprg=/usr/bin/…