Hello all,
I recently switched to developing on cloud9 - has been a great experience!
However this morning, after logging in, it seems something has gone wonk on my environment (basic rails setup)
A) Upon logging in, my bash shell immediately displays:
Error: /proc must be mounted To mount /proc at boot you need an /etc/fstab line like: proc /proc proc defaults In the meantime, run "mount proc /proc -t proc" Error: /proc must be mounted To mount /proc at boot you need an /etc/fstab line like: proc /proc proc defaults In the meantime, run "mount proc /proc -t proc" Error: /proc must be mounted To mount /proc at boot you need an /etc/fstab line like: proc /proc proc defaults In the meantime, run "mount proc /proc -t proc" kiernanlabs:~/workspace (master) $
B) The shell can no longer locate rails
kiernanlabs:~/workspace (master) $ rails
bash: rails: command not found
Maybe something got messed up in my project settings? However, after poking around a bit, I couldnt quite figure it out. Really appreciate any help.
Thanks!
Joe