Open groteck opened 1 year ago
I'm not an expert in python or asdf, warning: maybe there is some knowledge gap, I'm trying to run tox but is throwing this error:
tox
unknown command: poetry. Perhaps you have to reshim?
There is some discussion here along with a possible solution: https://github.com/tox-dev/tox/discussions/2247
In you tox config, set this:
setenv = ASDF_DATA_DIR = {env:HOME}/.asdf
I'm not an expert in python or asdf, warning: maybe there is some knowledge gap, I'm trying to run
tox
but is throwing this error: