limited-insurance-37393
05/18/2022, 3:19 PM⇉ ./pants tailor
11:16:35.25 [INFO] Initializing scheduler...
11:16:35.36 [INFO] Scheduler initialized.
11:16:35.42 [ERROR] 1 Exception encountered:
Exception: Failed to read link "/home/tmacey/code/mit/data/ol-data-platform/.venv/bin/python": Absolute symlink: "/home/tmacey/.pyenv/versions/3.9.9/bin/python"
witty-crayon-22786
05/18/2022, 5:12 PM.gitignore
at the root of your repository currently: you’ll want to ignore that venv
directory most likely[GLOBAL].pants_ignore
optionlimited-insurance-37393
05/18/2022, 5:14 PMwitty-crayon-22786
05/18/2022, 5:14 PM[GLOBAL]
pants_ignore.add = [
'.venv/'
]
.gitignore
, yea.limited-insurance-37393
05/18/2022, 5:15 PM