-
I ran into problems building a different app from source due to cmake in When running a new install of a1111 I get warnings saying files are installed in There seem to be clear instructions how to add to PATH when running windows and webui-user.bat, but not when running linux and webui-user.sh, which is what I need.
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I do not have ~/.local/bin, and I never had it.
In webui-user.sh I have this:
Which guide were you following? If you are using Discord, you can always come to #tech-support so someone can help you faster. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply. I was following the instructions on a1111 github code page, which says, "Install Python 3.10.6 (Newer version of Python does not support torch)" [albeit under windows section - perhaps later versions are fine for linux?] I get the same results as you for the commands above, except 3.10.12 instead of 3.10.13
In /usr/bin I have executables for python 2.7 as well as python (which is just a link to python 3, which is just a link to python 3.10). Therefore
How did you avoid it? I didn't have it, but when running webui.sh it was created automatically. |
Beta Was this translation helpful? Give feedback.
-
The answer I found was pretty simple in the end. After git cloning, do this:
If anything else needs installing, do so after activating the venv. |
Beta Was this translation helpful? Give feedback.
The answer I found was pretty simple in the end. After git cloning, do this:
If anything else needs installing, do so after activating the venv.