mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-06-19 08:36:29 +00:00
Add troubleshooting help for local env setup (#2554)
* Add troubleshooting help for local env setup * Fix typo * Put note after mention of required python version * Remove code example
This commit is contained in:
parent
31b636e88f
commit
ed2b5d9b64
@ -65,7 +65,11 @@ It is also possible to debug a remote Home Assistance instance (e.g., production
|
||||
|
||||
_You only need these instructions if you do not want to use devcontainers._
|
||||
|
||||
It is also possible to set up a more traditional development environment. See the section below for your operating system. Make sure your Python version is 3.12.
|
||||
It is also possible to set up a more traditional development environment. See the section below for your operating system. Make sure your Python version is 3.13.
|
||||
|
||||
:::note
|
||||
If you proceed without the correct Python version installed, you will end up with a virtual environment that is incompatible with Home Assistant. Once you have installed the correct version, remove the `venv` directory and continue with the setup to recreate it with the correct version.
|
||||
:::
|
||||
|
||||
### Developing on Ubuntu / Debian
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user