0
推荐
1256
阅读

mac-python3环境配置

一、使用brew进行安装python3brew install python3二、查看安装路径版本查看python版本 python --version Python 2.7.10 python3 --version Python 3.7.5 查看python路径 which python /usr/bin/python which python3 /usr/local/bin/python3 三、修改环境变量修改python映射路径 vim ~/.bash_profile alias python=/usr...

发表了文章 • 2019-12-18 11:20 • 0 条评论

0
推荐
3632
阅读

Homebrew环境配置及报错处理

一、在mac上安装brew,执行以下命令:/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"如果出现以下错误:fatal: unable to access 'https://github.com/Homebrew/homebrew-core/': LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54 Error: Fetching /usr/loc...

发表了文章 • 2019-12-18 10:42 • 0 条评论

0
推荐
1642
阅读

开发环境配置备注

===========brew==============mac安装神器brew安装: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"   用法:brew update  更新brew;brew install {应用名,如git} 安装软件brew cask install {应用名,如git} 也是下载安装,与上面的区别,请查...

发表了文章 • 2019-01-07 14:47 • 0 条评论