Why is there a hyphen before bash after installing RVM? -


i've attempted uninstall , reinstall rvm, in attempts make systemwide ruby , gemset, didn't work out had hoped. uninstalled rvm, when run command not found, tells me

-bash: unknown_command: command not found

rather

bash: unknown_command: command not found

what happened, , how can fix this? want bash: , not -bash:.

edit: tried couple things, , ran bash -login. after running this, got bash: after logged out of new login shell, got -bash: again.

the minus has stand login shell, it's fine -bash:.

more troubling there no command not found try:

command_not_found_handle(){ echo "command not found: $*"; return 127; } 

Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -