简体   繁体   中英

Error while trying to “gem install sqlite3 -v '1.3.7'”

Here's my error that I'm getting:

ERROR:  While executing gem ... (Errno::EACCES)
    Permission denied - /Users/andrewpage/.rvm/gems/ruby-1.9.3-p362/gems/sqlite3-1.3.7

尝试rvmsudo gem install sqlite3 -v '1.3.7'

you need to clean permissions first:

rvmsudo rvm fix-permissions user

and then:

gem install sqlite3 -v '1.3.7'

尝试使用sudo gem install sqlite -v '1.3.7'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM