A pip installation all goes in the $HOME directory of the user that ran pip, so it's all in one directory (/home/pi or whatever) that has two subdirectories underneath.
- $HOME/weewx-venv is where the code of core weewx goes (don't mess under there). - $HOME/weewx-data is where skins, installed extensions/services, the database(s) and any generated output files go (you 'can' edit under there) The 'weewx-venv' name above is what the pip quickstart uses as a name for the venv. You can use whatever name there you want if desired. On Saturday, October 5, 2024 at 5:37:51 PM UTC-7 Graham Eddy wrote: > stations are separate data (by definition) but can have shared code base > e.g. > ~weewx/venv/ > ~weewx/station1/ > ~weewx/station2/ > *⊣GE⊢* > > On 6 Oct 2024, at 11:21 am, Dan'l B <[email protected]> wrote: > > It seems to me I saw a comment that using a venv it is still possible to > enable the setup to locate all weewx files in a single folder, as setup.py > used to do. > > I've looked through the wiki and docs and can't find anything. > > Can this be done? > > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/2f2773c1-db59-4e51-a64b-85c6aac6c109n%40googlegroups.com > > <https://groups.google.com/d/msgid/weewx-user/2f2773c1-db59-4e51-a64b-85c6aac6c109n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/462067d7-49cd-4c19-8d4f-fccb57e1c7ddn%40googlegroups.com.
