็How to set environment variable บน macOS.
การ set environment variable บน macOS
วิธีที่1 แก้ไขไฟล์ paths ในโฟลเดอร์ etc
เข้าไปที่โฟลเดอร์ etc
เปิดไฟล์ paths ด้วย text editor
เพิ่ม path ที่ต้องการ
วิธีที่ 2 แก้ไขไฟล์ .bash_profile
เข้าไปที่ /Users/username
เปิดไฟล์ .bash_profile ด้วย text editor
export PATH=$PATH:path ที่ต้องการ
*** หมายเหตุ หลังจากแก้ไขไฟล์แล้วควร restart terminal เพื่อให้แอพพลิเคชั่น update ***
แหล่งที่มา : https://www.architectryan.com/2012/10/02/add-to-the-path-on-mac-os-x-mountain-lion/#.Uydjga1dXDg ,https://nextflow.in.th/2017/set-path-on-macos-osx-for-mac-developer-beginner-thai/