veilid/veilid-python/poetry_install.sh

5 lines
137 B
Bash
Raw Normal View History

2023-06-19 15:23:30 -04:00
#!/bin/bash
2023-06-23 21:12:48 -04:00
poetry config --local virtualenvs.in-project true
2023-06-19 15:23:30 -04:00
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
poetry install