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

Python PIP install should do it locally #103

Open
asadm opened this issue Nov 27, 2019 · 2 comments
Open

Python PIP install should do it locally #103

asadm opened this issue Nov 27, 2019 · 2 comments

Comments

@asadm
Copy link
Member

@asadm asadm commented Nov 27, 2019

To avoid permission issues and version mismatches between projects, pip should install using --user and maybe inside .zero/pip_modules folder. This would also likely require appending PATH to these modules as environment variable when spawning python process in handler-python.

@aslafy-z
Copy link

@aslafy-z aslafy-z commented Nov 27, 2019

I'd say python_modules instead of pip_modules so we stick to the node convention.

@asadm
Copy link
Member Author

@asadm asadm commented Nov 27, 2019

You are right. python_modules it is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.