cygwin.rst
changeset 432 9ed9bd59c0fd
parent 380 be4df657db00
child 433 7eae6f4baa38
equal deleted inserted replaced
431:d574cc633f6d 432:9ed9bd59c0fd
    21 
    21 
    22 Set HOME env var (where places config file and projects):
    22 Set HOME env var (where places config file and projects):
    23 
    23 
    24   set HOME=d:\home
    24   set HOME=d:\home
    25 
    25 
       
    26 Set TMP and TEMP env vars with good path (without spaces, etc.; these vars
       
    27 already set as used defined, so you need change their values):
       
    28 
       
    29   set TMP=c:\tmp
       
    30   set TEMP=c:\tmp
       
    31 
    26 Also you need edit /etc/passwd to point to correct home path.
    32 Also you need edit /etc/passwd to point to correct home path.
    27 
    33 
    28 * Users and groups.
    34 * Users and groups.
    29 
    35 
    30 ** Recreate /etc/passwd and /etc/groups.
    36 ** Recreate /etc/passwd and /etc/groups.