2015-09-24 50 views
0

我喜歡在ipython中運行bash命令!然而,我在ipython bash中的默認路徑(例如!$ PATH的輸出)與系統命令行中的$ PATH不匹配。如何將.profile導入ipython的bash shell?

我已經嘗試過

! . ~/.profile 

,但我得到一個錯誤。這裏是我的輸出(從IPython的筆記本上運行上述命令後):

//////////////////////////////////////////////////////////// 
// 
// SHELL: /bin/bash 
// /ifhom/myusername/.profile integrated. 
// 
//////////////////////////////////////////////////////////// 
/bin/sh: line 1: /ifhom/myusername/.kshout: No such file or directory 

回答

1

我不能相信它的這個簡單:

只需運行:

ipython --profile ~/.profile