Whereis the old virtualenv documentation?

Hi

I was using in past to upgrade my HASS installed in a virtualenv on PI the procedure described here: https://home-assistant.io/docs/installation/virtualenv/ but it has been simplified a lot and now not working on my system !! It looks like it’s missing the command to switch to HA user ! Is there somewhere accessible the old complete procedure ??

Thanks

Vincèn

You can always go to the github history - https://github.com/home-assistant/home-assistant.github.io/blob/0.47/source/_docs/installation/virtualenv.markdown

But the simplification seems to have gone too far. There doesn’t seem to be equivalent procedures described elsewhere. Maybe someone is trying to force you to use hassio.

2 Likes

This is the one i used that i think the previous doco had

sudo su -s /bin/bash homeassistant

source /srv/homeassistant/bin/activate

pip3 install --upgrade homeassistant

2 Likes

@gpbenton Thanks for link it was enough helpful to find back the correct procedure :wink:
@aidbish perfect :slight_smile: