Skip to content

Commit

Permalink
Add support for n Node.js version manager
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Dec 27, 2016
1 parent 2b9fa82 commit 47f1b47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node_bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def node_bridge(data, bin, args=[]):
if IS_MACOS:
# GUI apps on macOS doesn't contain .bashrc/.zshrc set paths
env = os.environ.copy()
env['PATH'] += os.path.expanduser('~/n/bin')
env['PATH'] += ':/usr/local/bin'
if IS_WINDOWS:
startupinfo = subprocess.STARTUPINFO()
Expand Down

0 comments on commit 47f1b47

Please sign in to comment.