Replies: 1 comment 3 replies
-
What if it is not a virtual environment, or is it necessary to have one? I simply cannot find the env file path or where to set these values, which file and where? Do I need to create it, or is it already available? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'll leave this here for anyone searching for the correct path to put the whoogle.env file for a "pip install whoogle-search" installation, since I couldn't find it specified anywhere and it took awhile to figure out.
It should go directly in "site-packages". For example, if your virtual environment is /home/user/whoogle:
/home/user/whoogle/lib/python3.11/site-packages/whoogle.env
(python version might be different)
I located it here:
So one level up from that script: site-packages.
Beta Was this translation helpful? Give feedback.
All reactions