Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello Everyone!

Please Tell me Best Solution When I am Trying to Create New Project Place C Directory for Ruby On Rails on COMMAND PROMPT Then i Receive this Error.
Error31mCould not find rake-10.1.1 in any of the sources←[0m

Please Tell Me About this.
Posted

1 solution

if u are using rvm then u must do
1. rvm use [ruby version].
2. rvm gemset use [gemset name].(if u dont have gemset yet, create using rvm gemset create [name];bundle install;)
3. now you are ready to go.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900