en:home_assistant_python_venv_upgrade  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:home_assistant_python_venv_upgrade [2022/01/22 12:04]
Dmitriy created
en:home_assistant_python_venv_upgrade [2022/01/22 12:05] (current)
Dmitriy
Line 1: Line 1:
 FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)//
  
-====== Обновление Home Assistant Core в виртуальном окружении python ======+====== Update Home Assistant Core in python virtualenv ======
  
-Для обновления Home Assistant Core, установленного в виртуальное окружение python (см. [[:home_assistant_python_venv]]) необходимо:+To update Home Assistant Core installed in a python virtual environment (see [[:home_assistant_python_venv]]) you need to:
  
-1. Остановить системную службу Home Assistant:+1. Stop the Home Assistant system service:
 <code> <code>
 sudo systemctl stop home-assistant@$USER.service sudo systemctl stop home-assistant@$USER.service
 </code> </code>
-где $USER - логин, под которым была произведена установка Home Assistant+where $USER is the login under which Home Assistant was installed
  
-2. Перейти в виртуальное окружение python, в котором была произведена установка Home Assistant Core:+2. Go to the python virtual environment where Home Assistant Core was installed:
 <code> <code>
 cd ~/homeassistant cd ~/homeassistant
Line 17: Line 17:
 </code> </code>
  
-3. Загрузить обновления:+3. Download updates:
 <code> <code>
 pip3 install --upgrade homeassistant pip3 install --upgrade homeassistant
 </code> </code>
  
-4. Выйти из виртуального окружения python и запустить системную службу Home Assistant:+4. Exit the python virtual environment and start the Home Assistant system service:
 <code> <code>
 deactivate deactivate
 sudo systemctl start home-assistant@$USER.service sudo systemctl start home-assistant@$USER.service
 </code> </code>
- 
en/home_assistant_python_venv_upgrade.1642842285.txt.gz · Last modified: 2022/01/22 12:04 by Dmitriy