我已經安裝了ruby rails,但是無論何時我打開終端,我必須輸入source ~/.bash_profile
,命令我接受rails command
,有沒有辦法讓我們不再一直這麼做?命令行bash_profile
回答
執行
cat ~/.bash_profile >> ~/.bashrc
作出的命令爲您的用戶的所有新開的終端裏。
只是將該命令回顯到位於當前用戶的配置文件中的.bashrc
。
echo "~/.bashrc" >> ~/.bashrc
文件~/.bashrc
的「來源」每次你執行/bin/bash
命令或打開一個新的終端。
它不工作,我必須重新啓動? @CMPS –
@CarlosUrielPatiñoSantiago不,你不必重新啓動..只需關閉當前的終端會話,並打開一個新的 – CMPS
好吧,我得到,如果我工作,但仍然必須繼續寫/ bin/bash總是,謝謝反正! @CMPS –
嘗試將所需的任何路徑配置放入.bashrc而不是.bash_profile。 .bash_profile僅在「登錄shell」中自動獲取。另見https://superuser.com/questions/789448/choosing-between-bashrc-profile-bash-profile-etc
- 1. Bash:在bash_profile中重寫emacs命令
- 2. 使用bash_profile自定義終端命令
- 3. sudo:port:更新後找不到命令.bash_profile
- 4. mac/ios從命令行設置webrtc並創建.bash_profile
- 5. 命令行命令命令
- 6. 如何以其他.bash_profile而不是當前用戶的身份執行命令?
- 7. 解析.bash_profile中的Cygwin或Unix別名命令
- 8. 爲什麼/root/.bash_profile中的命令啓動兩次?
- 9. 如何在bash_profile別名中包含exit命令?
- 10. stty命令在bash dotfiles中進入哪裏? .bash_profile中?
- 11. bash_profile多行別名
- 12. 命令行修改命令
- 13. 從NSIS執行命令行命令
- 14. C#命令行,運行兩個命令
- 15. 命令行命令的執行時間
- 16. 從命令行執行Django Shell命令
- 17. 從Python執行命令行命令
- 18. 從VBS運行命令行和命令
- 19. 從命令行運行Adobe Fireworks命令
- 20. 從Perl執行命令行命令?
- 21. 從命令行運行vim命令
- 22. IfFileExists命令運行3個命令行
- 23. C#運行命令不執行命令
- 24. 運行兩個命令行命令
- 25. 在命令行
- 26. 在命令行
- 27. MySQL命令行
- 28. 命令行
- 29. Perforce命令行
- 30. Svn命令行
它不起作用,我必須重新啓動? @Sergey –
@CarlosUrielPatiñoSantiagono,這應該沒有重新啓動工作。在追加之前,'〜/ .bashrc'中可能有一些不平凡的內容。很難說爲什麼它不能工作witohut完整的內容'〜/ .bashrc'。是的,命令只能在新開放的終端上運行。 – Sergey
好的,謝謝,但無論如何我都這樣做了,必須運行命令,一定會出錯。 @Sergey –