Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that local node runtime and python bindir are in the PATH #67

Merged
merged 3 commits into from
Jun 17, 2021

Conversation

rchl
Copy link
Member

@rchl rchl commented Jun 16, 2021

Fixes #64

@@ -61,6 +62,10 @@ def get_additional_variables(cls) -> Dict[str, str]:
})
return variables

@classmethod
def get_additional_paths(cls) -> List[str]:
return [path.dirname(cls._node_bin())]
Copy link
Member Author

@rchl rchl Jun 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn't need to return anything here when using node on PATH but it shouldn't hurt to include it either.

@rchl rchl changed the title Ensure that the local node installation is included in the PATH Ensure that the local node installation and python bin dir is included in the PATH Jun 17, 2021
@rchl rchl changed the title Ensure that the local node installation and python bin dir is included in the PATH Ensure that local node runtime and python bindir are in the PATH Jun 17, 2021
@rchl rchl merged commit 2f05567 into master Jun 17, 2021
@rchl rchl deleted the fix/node-path branch June 17, 2021 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add local node runtime to the PATH when starting the server
2 participants