Add test for poetry/pyenv as macOS can install them in different places
This commit is contained in:
parent
a50e6cfca6
commit
6a496c2b37
4
Makefile
4
Makefile
|
@ -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 $@
|
||||
|
|
Loading…
Reference in a new issue