zero icon indicating copy to clipboard operation
zero copied to clipboard

Python PIP install should do it locally

Open asadm opened this issue 4 years ago • 2 comments

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 avatar Nov 27 '19 07:11 asadm

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

aslafy-z avatar Nov 27 '19 09:11 aslafy-z

You are right. python_modules it is.

asadm avatar Nov 27 '19 13:11 asadm