I think you get this error because you didn’t make it to the directory.
ie, rails new project_example
then you do
cd project_example (cd stands for change directory)
it moves you inside the project ...
then you run this command
user567665
source
share