Sublime Forum

Edit PATH: in sublime merge

#1

How do I edit the path? The reported path does not include the path of the binaries for git-flow usr/local/bin

=== App Version Information ===
Build: 1116

=== Git Version Information ===
Using Git: git (system)
git version 2.14.3 (Apple Git-98)
PATH: /usr/bin:/bin:/usr/sbin:/sbin
no output from shell “/bin/bash” in 1000ms

0 Likes

#2

To get the PATH environment variable we run bash. It looks like your bash timed out when we tried to run it. You could try reducing the work done in your bashrc or set the environment manually using the git_env setting: "git_env": { "PATH": "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin" }

3 Likes