For some reason as of now, dpm --install will not work on a fresh install. It suddenly starts working if brew is installed, but of course, that should be part of the install, and not an initial step. This used to work. Look at pre-installation and includes to see if they are calling brew before it's available.
Also, check that __git_ps1 is available before attempting to use it in .bash_prompt.
For some reason as of now,
dpm --install
will not work on a fresh install. It suddenly starts working ifbrew
is installed, but of course, that should be part of the install, and not an initial step. This used to work. Look at pre-installation and includes to see if they are callingbrew
before it's available.Also, check that
__git_ps1
is available before attempting to use it in.bash_prompt
.