| author | ymh <ymh.work@gmail.com> |
| Fri, 15 Nov 2024 01:29:53 +0100 | |
| changeset 1575 | ce1d5b0d1479 |
| parent 1557 | 7c67caaafdeb |
| permissions | -rw-r--r-- |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
1507
diff
changeset
|
1 |
#use pythonvenv 3.7.3+brew |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
1507
diff
changeset
|
2 |
export POETRY_VIRTUALENVS_IN_PROJECT=true |
| 1557 | 3 |
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring |
4 |
use nix |