I have used SSH (via putty) to connect to a VPC and then added a folder to my path using:
export PATH=$PATH:/my/directory
This works whilst the session is open, however when I close putty then reestablish the SSH connection the changes to PATH are no longer there.
Any help understanding why this happens would be very much appreciated.