In order to not use System Python installation, we can use custom virtual environment tools (e.g. virtualenv, pyenv, ...) that copy and isolate System Python installation into project folder so that installation of custom packages are done per project/repository basis.
- Install virtualenv (brew install virtualenv)
cd some-python-gitlab-repo