On debian 12, I try to install Anki via the python wheels method as it says on the Intro & Downloads - Anki Betas guide to installing Anki.
The first two commands of
sudo apt install python3-pyqt5.{qtwebengine,qtmultimedia}
and
python3 -m venv --system-site-packages pyenv
work fine, but when I try to run the last 3 commands it says
-bash: pyenv/bin/anki: No such file or directory
I don’t know what to do now. Somebody told me before in a conversation on a recent post of mine that pip should be in pyenv/bin after the venv command. And that I need to install python3-pip and then start again. But I don’t know what this means or how to install python3-pip. I looked it up but that didn’t yield anything either and I am unsure of what to do now. I have attached a screenshot of my attempts. Does anyone know how I can fix this?