Skip to content

syntax error when using commands #40

@Overload119

Description

@Overload119

I'm trying to use this in a simple

cd ~/Projects/instant-pages && spring rails s

But spring command is not found.
This has something to do with the path.
When I cd into the folder on my computer, rvm does some magic to load the right ruby version, along with the gem commands (spring is a gem)

/Users/amirsharif/.rvm/gems/ruby-2.2.1/bin/bundle

I think some of that magic is in

/Users/amirsharif/.rvm/scripts/cli

But using source /Users/amirsharif/.rvm/scripts/cli makes the shell have a bunch of syntax errors.
But it works fine in my terminal.
My default shell is zsh if that makes a difference.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions