How to remove entry from $PATH on mac

The Solution to How to remove entry from $PATH on mac is


  1. echo $PATH and copy it's value
  2. export PATH=""
  3. export PATH="/path/you/want/to/keep"

~ Answered on 2014-07-30 07:53:36


Most Viewed Questions: