Add missing .path
This commit is contained in:
parent
7e87973d60
commit
0fad8fdc4b
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ def run_script(script, args=[]):
|
|||
|
||||
|
||||
def setup_nodenv():
|
||||
if os.isdir('/usr/local/share/nodenv'):
|
||||
if os.path.isdir('/usr/local/share/nodenv'):
|
||||
os.environ['NODENV_ROOT'] = '/usr/local/share/nodenv'
|
||||
os.environ['PATH'] += '/usr/local/share/nodenv/bin:/usr/local/share/nodenv/shims:' + os.environ['PATH']
|
||||
os.environ['NODENV_VERSION'] = 'v0.10.21'
|
||||
|
|
Loading…
Reference in a new issue