SPATIUM Mobile
주소복사
About Operating System Languages Tools Favorites Notice Visit TEST  
     Android (3)
     Linux (1)
     MacOS (1)
     OS (1)
     Solaris10 (15)
     Windows (1)
     Windows Server (2)
     Windows XP (3)
   ID  
   Password  
  |  
  Location United States
  IP Address 18.222.10.9
2024. 04
123456
78910111213
141516171819
20
21222324252627
282930
Category  OperatingSystem, MacOS
Writer 김태우 Date 2012-08-16 16:32:28 Visit 2655
Set up MacOS X Path

 

Set the MacOS X Path

 

MacOS 에서 path 설정을 위해서 우선 termanal 을 실행,

// PATH 변경을 위해 root 권한으로

$ sudo su

 

1. 초기설정 파일 생성( .bash_profile )

    $ cd ~

    $ touch .bash_profile

 

2. PATH 설정

    $ echo export PATH="/application/path_test:$PATH" >> .bash_profile

 

3. PATH 적용

    $ source .bash_profile

 

4. PATH 확인

    $ echo $PATH

    $ env

 

5. 그외

    - 자바 버전 확인 $ java -version

 

     

 

 

 

Tags  MacBook path
  Relation Articles
[OperatingSystem-MacOS] Set up MacOS X Path (2012-08-16 16:32:28)
  Your Opinion
Member ID
150 letters
Copyright (C) SPATIUM. All rights reserved.
[SPATIUM]WebMaster Mail