📌  相关文章
📜  ubuntu 永久设置环境变量 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:48.580000             🧑  作者: Mango

代码示例2
$EDITOR ~/.profile
#add lines at the bottom of the file:  
     export LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib
     export ORACLE_HOME=/usr/lib/oracle/11.2/client64