在我的centos7中,我试图将scl enable devtoolset-8 bash命令放到~/.bashrc中,但当我登录时,scl enable devtoolset-8 bash的进程会一次又一次地启动,直到进程数达到用户最大进程数。
那么我该怎么做呢?
发布于 2020-02-17 11:35:37
用echo "source /opt/rh/devtoolset-8/enable" >> /etc/profile解决这个问题
https://stackoverflow.com/questions/60144947
复制相似问题