Path erased in Debian
Posted
by
Lyon83
on Server Fault
See other posts from Server Fault
or by Lyon83
Published on 2012-11-09T22:24:21Z
Indexed on
2012/11/09
23:04 UTC
Read the original article
Hit count: 155
I'm trying to deploy a rails app in Debian, using Apache/Passenger. I was trying to fox a problem with some GEMs and in the process I put executed this in console: export PATH=/var/lib/gems/1.8/bin/:${vendor/cache} Now my path environmental variable is gone, or at least its content. My server is running under Debian 6. Is there a way to recover my path info? Or at least can someone point me where to find the file where that variable i s stored? Some help please. This is a BIG problem for me. Thanks in advance!
© Server Fault or respective owner