veilid/veilid-python/poetry_install.sh

5 lines
137 B
Bash
Raw Normal View History

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