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
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@asadm
Copy link
Contributor

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.

@asadm asadm added enhancement New feature or request good first issue Good for newcomers labels Nov 27, 2019
@aslafy-z
Copy link

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

@asadm
Copy link
Contributor Author

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
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants