<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[iobroker fix installiert python2]]></title><description><![CDATA[<pre><code>pi@mysterium:~ $ python --version
Python 3.9.2
pi@mysterium:~ $ iobroker fix
library: loaded
Library version=2022-02-10

==========================================================================

    Your installation was fixed successfully
    Run iobroker start to start ioBroker again!

==========================================================================

pi@mysterium:~ $ python --version
Python 2.7.18
</code></pre>
<p dir="auto">Warum schleppt der iobroker fixer das längst obsolete python2 an?</p>
<p dir="auto">Mit</p>
<pre><code>sudo apt install python-is-python3
sudo apt autoremove
</code></pre>
<p dir="auto">kann man das zwar wieder umstellen, aber eigentlich sollte man um python2 einen großen Bogen machen. Gibt es Adapter, die noch unbedingt python2 benötigen?</p>
]]></description><link>https://forum.iobroker.net/topic/55266/iobroker-fix-installiert-python2</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 09:20:33 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/55266.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 29 May 2022 19:46:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to iobroker fix installiert python2 on Mon, 30 May 2022 05:25:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> … hm … weil Linux mit all seinen Distributionen uneinheitlich ist??</p>
<p dir="auto">gibts schon ein issue für <a href="https://github.com/ioBroker/ioBroker/issues/383" rel="nofollow ugc">https://github.com/ioBroker/ioBroker/issues/383</a></p>
<p dir="auto">Bitte dort Infos beisteuern was jetzt genau der installer/fixer tun sollte?? Mir scheint das ganze auch mal wieder ziemlich distributions abhängig zu sein(??). Ich auf ubuntu hab über all nur Python 3 … ohne was anders zu tun.</p>
<p dir="auto">Auch: können wir einfachsten Python 2 auf python3 updaten?</p>
<p dir="auto">Brauchen eine genetische Lösung. Installer/ fixer hat ja Linux mit seinen flavours ….daher: Infos ode gleich ein pr hilft ungemein.</p>
]]></description><link>https://forum.iobroker.net/post/807609</link><guid isPermaLink="true">https://forum.iobroker.net/post/807609</guid><dc:creator><![CDATA[apollon77]]></dc:creator><pubDate>Mon, 30 May 2022 05:25:49 GMT</pubDate></item></channel></rss>