Changes between Version 7 and Version 8 of SchoolKias
- Timestamp:
- Oct 6, 2011, 9:11:04 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SchoolKias
v7 v8 95 95 After unpacking the directory. you will need to performed the two following action in the terminal 96 96 {{{ 97 cd /usr/local/bin98 sudo ln -s PATH_TO_YOUR_UNPACK_DIRECOTRY/bin/root .99 97 cd 100 98 emacs .bash_profile … … 102 100 The last command will open a terminal, add in this file the following line: 103 101 {{{ 104 export ROOTSYS=PATH_TO_YOUR_UNPACK_DIRECOTRY 102 export ROOTSYS=PATH_TO_YOUR_UNPACK_DIRECTORY 103 export PATH=$PATH:$ROOTSYS 105 104 }}} 106 105 In order to exit the emacs editor, you need to do CTRL-X CTRL-S (this will save your modification) and after CTRL-X CTRL-C. Finally in your terminal you will need to type