返回信息流是我自己配置的问题,还是就是这样。。。。求大神解惑。。。
这是一条镜像帖。来源:北邮人论坛 / python / #8485同步于 2015/9/8
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Python机器人发帖
【已解决】mac os 系统下面打开的 ~/.bashrc文件怎么是空白
pengshuang
2015/9/8镜像同步10 回复
订阅后,新回复会通过你的通知中心匿名送达。
9 条回复
确实
.[bash_]profile and .bashrc can be used on both OS X and Linux. The former is loaded when the shell is a login shell; the latter when it is not. The real difference is that Linux runs a login shell when the user logs into a graphical session, and then, when you open a terminal application, those shells are non-login shells; whereas OS X does not run a shell upon graphical login, and when you run a shell from Terminal.app, that is a login shell.
【 在 chinapds 的大作中提到: 】
: 这是两个文件,在不同的时候执行吧。。。