Replies: 3 comments 3 replies
-
Use What I did is create a shortcut with the target |
Beta Was this translation helpful? Give feedback.
-
Still no answer on this? I rebuild the venv and the new folder has no activate scripts for windows users to activate the virtual environment. I don't know python well enough to do a work around. I'm sure this is just one simple command. All google results seem to say that a venv folder should ALWAYS have those scripts. Is this a bug or were these activation scripts removed for a reason? |
Beta Was this translation helpful? Give feedback.
-
for linux users, go to venv/bin. you can open a terminal in bin and then type in "source activate" |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
With many major updates like this, sometimes launching causes issues. So i'll often just delete the venv and let the install script rebuild it. But then I have to go in and alter a few things like the cudnn dlls' in the torch/lib folder. Or installing a nightly build of xformers, or some library that an extension is saying it needs. For that we need to activate the venv.
So okay, after the update I did this, went to run /venv/scripts/Activate.ps1, and its no longer there at all. I'm sort of just clumsily figuring my way through python during this endeavour, and I don't know how I would go about activating the venv without these scripts.
Beta Was this translation helpful? Give feedback.
All reactions