I am running Core on the RPi4 with Python 3.9 in venv. Configuration files and database in /home/homeassistant/.homeassistant, venv in /srv/homeassistant/
To test Python3.10 I created another venv in /srv/homeassistant_venv310/ with python3.10 -m venv .
and then source bin/activate
. Installed wheel with python -m pip install wheel
Just one command left for homeassistant install pip3 install homeassistant
BUT, the HA Core install instructions says
This will complete the installation for you, automatically creating the
.homeassistant
configuration directory in the/home/homeassistant
directory, and installing any basic dependencies.
So my question is:
Will this overwrite anything in /home/homeassistant/.homeassistant (my original running install) and mess up?