LinusU / node-appdmg

💾 Generate your app dmgs
MIT License
1.68k stars 152 forks source link

Install failure under pyenv #171

Closed ipconfiger closed 5 years ago

ipconfiger commented 5 years ago

`> macos-alias@0.2.11 install /usr/local/lib/node_modules/appdmg/node_modules/macos-alias

node-gyp rebuild

gyp ERR! configure error gyp ERR! stack Error: Command failed: /usr/local/var/pyenv/shims/python2 -c import sys; print "%s.%s.%s" % sys.version_info[:3]; gyp ERR! stack pyenv: python2: command not found gyp ERR! stack gyp ERR! stack The python2' command exists in these Python versions: gyp ERR! stack 2.7.13 gyp ERR! stack 2.7.13/envs/lock27 gyp ERR! stack lock27

Seem like can not work well with pyenv

LinusU commented 5 years ago

Hey, could you open a bug with node-gyp since this is an upstream problem? Thanks!