一、通过homebrew查看是否有异常(首先你得安装了Homebrew) $ brew doctor 二、根据提示修改zsh配置 Warning: Homebrew's sbin was not found in your PATH but you have installed formulae t ...
分类:
其他好文 时间:
2020-07-12 18:34:10
阅读次数:
134
在进行python包安装的时候遇到错误(输入conda、pip) zsh: /opt/anaconda3/bin/pip: bad interpreter: /opt/anaconda3/bin/python: no such file or directory 问题主要出现在anacanda的pi ...
分类:
编程语言 时间:
2020-07-10 13:40:46
阅读次数:
75
安装zsh sudo apt-get install zshcd /binfind -name zsh #n安装成功 chsh -h # 查看用法chsh -s /bin/zsh # 替换了 安装Git sudo apt-get install git 安装oh-my-zsh 为什么要安装,用于快速 ...
分类:
其他好文 时间:
2020-07-09 22:28:34
阅读次数:
145
安装brew 终端上运行 $ /usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” 安装NVM $ brew install nvm 安装完成之后打开she ...
分类:
系统相关 时间:
2020-07-08 13:49:41
阅读次数:
179
1.发现conda不能用 参考的博客:https://www.jianshu.com/p/13f5d20e61f8 https://www.jianshu.com/p/92b11e25bc14 zsh:command not find:conda 的详细解决办 open ~/.zshrc expor ...
分类:
系统相关 时间:
2020-07-07 00:29:41
阅读次数:
86
homestead安装zsh提高终端使用体验 zsh是辅助工具,提高用户体验,有非常便捷的提示,很多好用的插件,小编也是折腾好久,跳了好多坑,最终才安装成功的。这里把我安装过程及爬坑经过和大家分享一下,希望小伙伴不会再掉到坑里边浪费时间。 下面正式开始。 首先启动homestead homestea ...
分类:
其他好文 时间:
2020-07-02 21:53:17
阅读次数:
55
homestead安装zsh提高终端使用体验 zsh是辅助工具,提高用户体验,有非常便捷的提示,很多好用的插件,小编也是折腾好久,跳了好多坑,最终才安装成功的。这里把我安装过程及爬坑经过和大家分享一下,希望小伙伴不会再掉到坑里边浪费时间。 下面正式开始。 首先启动homestead homestea ...
分类:
其他好文 时间:
2020-07-02 18:06:40
阅读次数:
56
https://www.jianshu.com/p/b6e2ecdaf28b 可能最近要重新开始学习RN了,搭建环境的时候遇到老问题,记得自己以前写过一篇文章.果然解决了,不过当时不懂markdown,布局排版惨不忍睹.重新改一下吧.也希望这次可以真正得学以致用~ 解决问题: 1.配置reactNa ...
分类:
其他好文 时间:
2020-07-01 23:40:09
阅读次数:
68
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" ...
分类:
系统相关 时间:
2020-07-01 09:39:22
阅读次数:
71
一、Homebrew安装出现443 出现该问题可以使用国内源: /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 最后安装提示安装等待就行。安装完成之后可以使用下面名称测试: ...
分类:
系统相关 时间:
2020-06-26 22:13:41
阅读次数:
58