veilid/veilid-python/poetry_install.sh

5 lines
137 B
Bash
Raw Normal View History

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