I don't know if this is because of virtualenv, but I ran the virtualenv command to set up a tensorflow environment. Now no paths get loaded at all. Nothing works. To do even basic commands (such as ls), I have to run the full script (/bin/ls). I cannot do anything at all unless I manually run export all the paths:
$ export PATH=/bin/:$PATH
etc.
Even after logging out and back in (through SSH), nothing loads.
Interestingly enough, .bashrc and .bash_profile both get loaded (but not succesfully, since they cannot run some of the commands like source). Also I should note that I don't have root access on this machine, so I can't change (or break for that matter) anything globally.
I couldn't get out of the virtualenv either, since "deactivate" didn't work.
What did I break?
$in one of the exports. – Sefu Feb 24 '16 at 14:32