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
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