Posted inLinux 未分类 配置环境变量 Posted by By hotzr 2022 年 8 月 11 日 # 假设我们的程序目录是 /usr/local/testapp/bin shell > vim /etc/profile # 末尾添加 TESTAPP_HOME=/usr/local/testapp PATH=$TESTAPP_HOME/bin:$PATH shell > source /etc/profile hotzr View All Posts Post navigation Previous Post ElasticsearchNext PostFFMPEG