Add test for poetry/pyenv as macOS can install them in different places

This commit is contained in:
Evie Litherland-Smith 2023-03-04 09:13:20 +00:00
parent a50e6cfca6
commit 6a496c2b37

View file

@ -55,10 +55,10 @@ $(LAZY_DIR):
git clone --depth 1 $(LAZY_REPO) $@
$(PYENV_DIR):
bash packages/pyenv.sh
command -v pyenv > /dev/null || bash packages/pyenv.sh
$(POETRY_DIR):
python3 packages/poetry.py
command -v poetry > /dev/null || python3 packages/poetry.py
config/nvim/.venv:
python3 -m venv $@