【发布时间】:2012-03-24 01:30:43
【问题描述】:
当我使用 qsub 提交一堆作业时,qsub 将首先获取 .bash_profile。那么我如何才能首先在没有 source .bash_profile 的情况下完成工作。
【问题讨论】:
-
为什么避免加载 bash_profile 对您很重要?
-
我想写一个qsub脚本供公众使用,但可能是某些人本地env的bash_profile或bashrc。会与 qsub 作业冲突。
标签: linux shell cluster-computing .bash-profile qsub