随笔分类 -  Ubuntu mac系统环境安装

摘要:open .bash_profile //打开路径配置文件 将anaconda自动配置的部分注释掉 ## >>> conda init >>>## !! Contents within this block are managed by 'conda init' !!#__conda_setup=" 阅读全文
posted @ 2019-06-24 09:25 罗澜 阅读(2169) 评论(0) 推荐(0)
摘要:是因为环境变量设置错误 1.在命令行中输入: export PATH=/usr/bin:/usr/sbin:/bin:/sbin:/usr/X11R6/bin 可以实现暂时的使用。 2.输入cd ~/ #进入当前用户的home目录 3.创建bash_profile 执行命令: touch .bash 阅读全文
posted @ 2018-11-23 00:57 罗澜 阅读(9050) 评论(0) 推荐(0)
摘要:国内源: 新版ubuntu要求使用https源,要注意。 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.e 阅读全文
posted @ 2018-11-04 18:35 罗澜 阅读(522) 评论(0) 推荐(0)