![]() |
2006-01-29
, 15:05
|
Posts: 2 |
Thanked: 0 times |
Joined on Jan 2006
@ Illinois
|
#2
|
![]() |
2006-01-29
, 15:29
|
|
Posts: 772 |
Thanked: 183 times |
Joined on Jul 2005
@ Montclair, NJ (NYC suburbs)
|
#3
|
![]() |
2006-01-29
, 17:37
|
Posts: 78 |
Thanked: 9 times |
Joined on Dec 2005
@ Devon, UK
|
#4
|
![]() |
2006-01-29
, 17:48
|
Posts: 43 |
Thanked: 1 time |
Joined on Jan 2006
@ Spokane, WA.
|
#5
|
export PATH=$PATH:{path to add}
![]() |
2006-01-29
, 20:55
|
Posts: 7 |
Thanked: 1 time |
Joined on Jan 2006
|
#6
|
The Following User Says Thank You to howardhughes For This Useful Post: | ||
![]() |
2006-01-30
, 09:25
|
|
Posts: 1,463 |
Thanked: 81 times |
Joined on Oct 2005
@ UK
|
#7
|
![]() |
2006-03-10
, 16:08
|
|
Posts: 128 |
Thanked: 4 times |
Joined on Feb 2006
@ Philadelphia, PA
|
#8
|
OK, I just want to make sure I enter this stuff correctly:
First of all, when I launch vim /home/user/.profile it tells me I am creating a new file. Should there already be one there?
then, since this is a totally blank file, I have inserted:
"LD_LIBRARY_PATH=/var/lib/install/usr/lib /var/lib/install/usr/bin/vim"
in reality, since I extended the root filesystem with extrootfs my exact entry to .profile looks like this:
"LD_LIBRARY_PATH=/Root/var/lib/install/usr/lib /Root/var/lib/install/usr/bin/vim"
how do I set the PATH variable in .profile?
Not sure of the syntax and I don't want to brick my beautiful little device, again.
when I try to access the opera ini files by typing
vim ~/.opera/opera.ini
or
vim ~/.opera/input.ini
it says
sh: vim: not found
what do I need to do to make vim work?