美文网首页我爱编程
重装系统后,各个程序配置资料

重装系统后,各个程序配置资料

作者: 北街58号 | 来源:发表于2018-04-15 00:26 被阅读49次

Anaconda 

Anaconda自动安装 python VScode Jupyter 等等程序,下载地址 https://www.anaconda.com/download/#macos

部分conda无法安装的包:sudo /usr/local/anaconda2/bin/pip install xxx ,更多资料 https://www.zhihu.com/question/41974592?from=profile_question_card

VScode 

code - 首选项 - 用户设置

{

    "python.pythonPath": "/anaconda3/bin/python",

    "editor.fontSize": 20,

    "editor.insertSpaces": true,

    "editor.tabSize": 4,

    "workbench.colorTheme": "Monokai",

    "editor.renderControlCharacters": true,

    "editor.renderWhitespace": "all",

    "explorer.confirmDragAndDrop": false,

    "python.linting.flake8Enabled": true

}

homebrew 

安装:使用Anaconda后,未发现仍需使用homebrew的程序

替换源:https://lug.ustc.edu.cn/wiki/mirrors/help/brew.git

iterm2 

安装 与 配色

~/.bash_profile 不执行:http://www.jb51.net/article/103394.htm

MySQL

安装

ABD Android Bridge

安装:https://www.jianshu.com/p/1b3fb1f27b67,下载命令行工具,而非IDE

Selenium+PhantomJS+FireFox

Selenium 2.48.0

PhantomJS

FireFox 35.01

Shadowsocks

安装

相关文章

网友评论

    本文标题:重装系统后,各个程序配置资料

    本文链接:https://www.haomeiwen.com/subject/glirkftx.html