remoteinterview/zero

Python PIP install should do it locally

Open

#103 opened on Nov 27, 2019

View on GitHub
 (2 comments) (1 reaction) (0 assignees)JavaScript (5,815 stars) (244 forks)batch import
enhancementgood first issue

Description

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.

Contributor guide