linux 环境变量


gedit ~/.bashrc //编辑环境变量



 ps -ef |grep python //查看python进程


How to reload your bashrc file

Here’s a quick way to reload your bachrc file without having to invoke a new shell.

[root@bambee]# source ~/.bashrc

or

[root@bambee]# . ~/.bashrc


posted @ 2013-02-28 16:21  lein.wang  Views(174)  Comments(0)    收藏  举报