]> gitweb.factorcode.org Git - factor.git/commit
io.standard-paths: On mac when you launch Factor from the doc it doesn't have the...
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 25 Jun 2015 01:44:09 +0000 (18:44 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 25 Jun 2015 01:44:09 +0000 (18:44 -0700)
commit9d2c641a99f35f5176f017df3a4577dfc984953d
treeb7c1d819acc3eb36f622a04de676ae50a89ffd7a
parent8325837b84e22a6624ece3f8ed17bace11fda0ca
io.standard-paths: On mac when you launch Factor from the doc it doesn't have the login shell PATH variable for paths such as /usr/local/bin for homebrew. Add a word that finds things in this path as well.
Note that launching a binary found this way needs the full path, as the PATH variable itself is not modified and the binary will still not be in PATH if it wasnt before.
basis/io/standard-paths/standard-paths.factor
basis/io/standard-paths/unix/unix.factor