script/.envrc
author ymh <ymh.work@gmail.com>
Tue, 22 Oct 2024 08:53:52 +0200
changeset 1568 8a7d961908a7
parent 1557 7c67caaafdeb
permissions -rw-r--r--
Added tag V08.005 for changeset a805a8ee2b85
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
7c67caaafdeb enmi 22
ymh <ymh.work@gmail.com>
parents: 1522
diff changeset
     3
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
7c67caaafdeb enmi 22
ymh <ymh.work@gmail.com>
parents: 1522
diff changeset
     4
use nix