#48207: Yosemite MacPort intallation file does not work ------------------------+-------------------------------- Reporter: avalade@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: base | Version: 2.3.3 Resolution: | Keywords: Port: | ------------------------+-------------------------------- Comment (by ionic@…): I didn't notice it before, but obviously something else is adding `/usr/local/munki` to your `$PATH`. I thus strongly assume that you may have a `~/.bash_profile` or `~/.bash_login` file around doing that. In that case, you need to add something like this to your `~/.bash_profile`: {{{ if [ -f ~/.profile ]; then . ~/.profile fi }}} '''Make sure that `~/.profile` does not source any other file that might source `~/.bash_profile` or your shell will loop indefinitely on startup.''' -- Ticket URL: <https://trac.macports.org/ticket/48207#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X