程式筆記
Ruby on Rails
安裝ruby環境發現rvm not a function bug
K
kidneyweakx
March 26, 2019 (Updated: December 18, 2025)
# 出現這個error
rvm not a function
ruby
error:Warning! PATH is not properly set up, '/home/me/.rvm/gems/ruby-2.x.x-p247/bin' is not available, usually this is caused by shell initialization files
# 輸入
ruby
rvm reset
rvm version
當輸入rvm version 不再跳出rvm not a function 就解決這個問題了
Related Articles
→
LOG-912
Hexo升級V5排除疑難雜症
> 因為剛好把電腦重灌,然後這個blog就躺在D槽等著我幫他換新的環境,然後他就被我快樂的升級了。
[程式筆記][Javascript][hexo]
@kidneyweakx→
LOG-934
C# 用VID和PID自動連線serialport
> 原本C#的serial port function官方範例,是類似這樣的
[程式筆記][C#]
@kidneyweakx→
LOG-941
Golang Json解析問題 Struct字首大小寫
> 其實這還蠻有趣的,最近在玩golang的爬蟲,高效率的編譯和好用的colly真的還挺好上手的,但是畢竟爬蟲還是要encode成Json才好做跨平台處理。
[程式筆記][Golang]
@kidneyweakx