Adam Bannister
Adam Bannister
Stupid question: why should it have 242 as index?
I do have multiple venvs but only one in that directory. By top-level dir tree do you mean what's listed in that folder? if so: app.py cli.py coverage/ old_venv/ __pycache__/...
So I pip installed the local repo on master and it throws no error.
The pyvenv,cfg looks like this: home = /usr implementation = CPython version_info = 3.10.0.final.0 virtualenv = 20.8.1 include-system-site-packages = false base-prefix = /usr base-exec-prefix = /usr base-executable = /usr/bin/python3.10 Should...
> > So I pip installed the local repo on master and it throws no error. > > Do you mean `cargo`? I cloned it, ran cargo build and then...
The which huak gives me /home/adam/.cargo/bin/huak which I guess is expected.
I tried updating my python version but see that it uses 3.6.9 in fact. I see that when I check the version of this path: /tmp/.tmp6gmGdi/mock-project/.venv/bin/python How is the python...
I have been on the latest master throughout I believe. So it's expected that that mock python venv uses 3.6.9? I ran cargo install --path . I then ran the...
> I apologize for the confusion. I've mingled our conversations between the two issues we're looking at. > No worries, I feel the same. If I run huak python use...
I tried out at that commit. I'm not sure why but my list has changed (probably something I did): huak python list 1: /usr/local/bin/python3.7 2: /usr/local/bin/python3.6 3: /usr/local/bin/python3.9 4: /usr/bin/python3.11...