2016-10-06 99 views

回答

2

使用_cwd parameter設置在每個命令的基礎上當前工作目錄:

import sh 
print(sh.ls(_cwd='/tmp')) 

這適用於任何命令,而不僅僅是sh.ls

相關問題