[vim ] vimana

看板Editor (編輯器(vim/emacs))作者 (dryman)時間14年前 (2010/02/24 19:33), 編輯推噓1(107)
留言8則, 2人參與, 最新討論串1/1
Vimana真是好物啊! 不過弱弱的版僕小弟我安裝它,耗費不少時間才成功(汗) 我成功的安裝流程是: 1. 下載Perl 原始碼並編譯,以及設定PATH 2. 設定cpanp(cpanplus) 3. 在cpanp中 i Vimana 1. mac port安裝的Perl有點不盡理想 建議同樣也使用mac的版友去CPAN抓Perl的原始碼編譯 它會安裝在/usr/local/bin下 以後寫Perl程式時也比較方便 設定PATH的方法是:在.bash_profile中加入一行(linux上為.bashrc 蘋果真愛搞怪ˋˊ) export PATH=/usr/local/bin:$PATH 2. c9s大有一篇完整的cpanp教學 http://c9s.blogspot.com/2009/05/cpanplus.html 3. sudo cpanp i Vimana 搞定! ========================================================== 使用方法 第一次使用請先update $ vimana update 搜尋 $ vimana s xxx 安裝 $ vimana i xxx 列出安裝過的檔案 $ vimana installed 移除 $ vimana remove xxx 詳細用法請看 http://github.com/c9s/Vimana -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.112.46.30

02/25 11:15, , 1F
.bash_profile給login shell用, .bashrc給非login shell用.
02/25 11:15, 1F

02/25 11:15, , 2F
只要是用bash,不管哪個平台應該都一樣吧!
02/25 11:15, 2F

02/25 12:36, , 3F
可以在.bash_profile中加一行source ~/.bashrc
02/25 12:36, 3F

02/25 17:15, , 4F
MacOSX中的bash並沒有.bashrc?或是說建立的.bashrc不work?
02/25 17:15, 4F

02/25 18:00, , 5F
原本沒有.bashrc...(汗)
02/25 18:00, 5F

02/25 18:24, , 6F
一般把Linux當desktop用都是登入,所以用bash_profile正常,
02/25 18:24, 6F

02/25 18:25, , 7F
我猜MacOSX也是這樣想.我只設定profile,rc不管它.
02/25 18:25, 7F

02/25 18:25, , 8F
Ubuntu兩個都有,profile中會去source bashrc.
02/25 18:25, 8F
文章代碼(AID): #1BXGvxCs (Editor)
文章代碼(AID): #1BXGvxCs (Editor)