Upgrade to 0.20.1 not working on rPI w/ All-in-one Installer

Hi,

I’ve just installed the HA 0.19.4 version on Raspberry Pi (Raspbian Jessie Lite) using the All-in-one installer (worked without a hitch) and now I’m trying to upgrade to 0.20.1 using the instructions from https://home-assistant.io/getting-started/installation-raspberry-pi-all-in-one/

o upgrade the All-In-One:
* Login to rPi ssh pi@IPADRESS
* Change to hass user sudo su -s /bin/bash hass
* Change to virtual enviroment source /srv/hass/hass_venv/bin/activate
* Update HA sudo pip3 install --upgrade homeassistant

Everything goes fine (no errors) but when I restart HA it’s still telling me I’m on 0.19.4

Here’s the excerpt from the API call:

config: {
components: [...],
latitude: ...,
location_name: "Domov",
longitude: ...,
temperature_unit: "°C",
time_zone: "Europe/Prague",
**version: "0.19.4"**
},

Any advice how I can force the upgrade to 0.20.1?

Thanks
T.

I have the same issue except I am stuck on 0.20.1 (and 0.20.2 just came out)

I just fixed my issue -

I was sourcing the activate command from within .bashrc which seems to have broken it. If I revert to the manual process as described it works fine. Not sure why that is since .bashrc is in turn sourced from .bash_profile so the same shell is running everything, however I am new to Virtual Environmants!