You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great tool and I'm very excited about explore adoption. I'm trying to get testing to work for the two versions of python that we support. I suspect this is some beginners mistake I am making here, but I am stumped.
We are running on linux machines with both py3.11 and py3.9 in $PATH.
python3.11 is /<PATH TO>/bin/python3.11
python3.9 is /<PATH TO>/bin/python3.9
Hello,
Great tool and I'm very excited about explore adoption. I'm trying to get testing to work for the two versions of python that we support. I suspect this is some beginners mistake I am making here, but I am stumped.
We are running on linux machines with both py3.11 and py3.9 in
$PATH
.While these work for py3.11
This fails for py3.9
And indeed, there is no
hatch-test.py3.9
directory in/<PATH TO>/.local/share/hatch/env/virtual/disco-web/XYKvZxWg
Where have I gone wrong?
The text was updated successfully, but these errors were encountered: