<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=3395&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / upgrade python3 on devuan ascii / howto install]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3395</link>
		<description><![CDATA[The most recent posts in upgrade python3 on devuan ascii / howto install.]]></description>
		<lastBuildDate>Thu, 18 Nov 2021 14:18:12 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: upgrade python3 on devuan ascii / howto install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32904#p32904</link>
			<description><![CDATA[<p>hello, i found a solution here, on how to install python3.8 for usage with program:</p><p><a href="https://www.linuxcapable.com/how-to-install-python-3-8-on-debian-11-bullseye/" rel="nofollow">https://www.linuxcapable.com/how-to-ins … -bullseye/</a></p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Thu, 18 Nov 2021 14:18:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32904#p32904</guid>
		</item>
		<item>
			<title><![CDATA[Re: upgrade python3 on devuan ascii / howto install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20758#p20758</link>
			<description><![CDATA[<p>well, i resorted to a trick *changed ascii to beowulf* for a moment</p><p>and did let upgrade python3, now the package would finally install.</p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Fri, 27 Mar 2020 12:32:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20758#p20758</guid>
		</item>
		<item>
			<title><![CDATA[Re: upgrade python3 on devuan ascii / howto install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20757#p20757</link>
			<description><![CDATA[<p>i used this guide here to install python3 on my system locally</p><p><a href="https://linuxize.com/post/how-to-install-python-3-7-on-debian-9/" rel="nofollow">https://linuxize.com/post/how-to-instal … -debian-9/</a></p><p>maybe i could choose to install python3.7 on top of system-level python3?</p><p>the author above does not recommend it (see point n.6).</p><div class="quotebox"><blockquote><div><p>Do not use the standard make install as it will overwrite the default system python3 binary.</p></div></blockquote></div><p>most the packages on ascii seem hold on python3.5.3</p><p><a href="https://ibb.co/Cmq7HyB" rel="nofollow">https://ibb.co/Cmq7HyB</a></p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Fri, 27 Mar 2020 12:16:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20757#p20757</guid>
		</item>
		<item>
			<title><![CDATA[Re: upgrade python3 on devuan ascii / howto install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20756#p20756</link>
			<description><![CDATA[<p>well, probably this locally installed python3 version is incomplete?</p><div class="codebox"><pre><code>sudo update-alternatives --config python3
There are 2 choices for the alternative python3 (providing /usr/bin/python3).

  Selection    Path                      Priority   Status
------------------------------------------------------------
* 0            /usr/local/bin/python3.7   50        auto mode
  1            /usr/bin/python3.5         40        manual mode
  2            /usr/local/bin/python3.7   50        manual mode</code></pre></div><div class="codebox"><pre><code>python3 --version
Python 3.7.3</code></pre></div><p>however,</p><div class="codebox"><pre><code>sudo dpkg -i cython3_0.29.2-2_amd64.deb 
(Reading database ... 128889 files and directories currently installed.)
Preparing to unpack cython3_0.29.2-2_amd64.deb ...
Unpacking cython3 (0.29.2-2) over (0.29.2-2) ...
dpkg: dependency problems prevent configuration of cython3:
 cython3 depends on python3 (&gt;= 3.7~); however:
  Version of python3 on system is 3.5.3-1.

dpkg: error processing package cython3 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 cython3</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Fri, 27 Mar 2020 12:11:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20756#p20756</guid>
		</item>
		<item>
			<title><![CDATA[Re: upgrade python3 on devuan ascii / howto install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20755#p20755</link>
			<description><![CDATA[<p>You probably need to change a symlink or two - the one for /usr/bin/python and /usr/bin/python3 would be my best guess.</p><p> Here&#039;s what I have in ascii:</p><div class="codebox"><pre><code>$ ls -l /usr/bin/python*
lrwxrwxrwx 1 root root       9 Jan 24  2017 /usr/bin/python -&gt; python2.7
lrwxrwxrwx 1 root root       9 Jan 24  2017 /usr/bin/python2 -&gt; python2.7
-rwxr-xr-x 1 root root 3779512 Sep 26  2018 /usr/bin/python2.7
lrwxrwxrwx 1 root root       9 Jan 20  2017 /usr/bin/python3 -&gt; python3.5
-rwxr-xr-x 1 root root 4751184 Sep 27  2018 /usr/bin/python3.5
-rwxr-xr-x 1 root root 4751184 Sep 27  2018 /usr/bin/python3.5m
lrwxrwxrwx 1 root root      10 Jan 20  2017 /usr/bin/python3m -&gt; python3.5m</code></pre></div><p>It is safer to download the packages and then install them. Do not add debian repos to sources.list or you might break your system.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 27 Mar 2020 11:45:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20755#p20755</guid>
		</item>
		<item>
			<title><![CDATA[Re: upgrade python3 on devuan ascii / howto install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20754#p20754</link>
			<description><![CDATA[<p>i seemed to have found a solution here</p><p><a href="https://linuxconfig.org/how-to-change-default-python-version-on-debian-9-stretch-linux" rel="nofollow">https://linuxconfig.org/how-to-change-d … etch-linux</a></p><p>under </p><div class="quotebox"><blockquote><div><p>Local User Python Version</p></div></blockquote></div><p>which resulted in my case in</p><div class="codebox"><pre><code>echo &#039;alias python3=&quot;/home/rich/python/v3.7.2/bin/python3&quot;&#039; &gt;&gt; ~/.bashrc</code></pre></div><p>now python3 is upgraded to </p><div class="codebox"><pre><code>python3 --version
Python 3.7.2</code></pre></div><p>however, upon trying to install the cython3.deb , the result is still the same:</p><div class="codebox"><pre><code>s/
rich@rich-PC:~/Downloads$ sudo dpkg -i cython3_0.29.2-2_amd64.deb 
[sudo] password for rich: 
(Reading database ... 127671 files and directories currently installed.)
Preparing to unpack cython3_0.29.2-2_amd64.deb ...
Unpacking cython3 (0.29.2-2) over (0.29.2-2) ...
dpkg: dependency problems prevent configuration of cython3:
 cython3 depends on python3 (&gt;= 3.7~); however:
  Version of python3 on system is 3.5.3-1.</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Fri, 27 Mar 2020 11:44:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20754#p20754</guid>
		</item>
		<item>
			<title><![CDATA[upgrade python3 on devuan ascii / howto install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20743#p20743</link>
			<description><![CDATA[<p>Hello ,</p><p>i would like to install a package on Devuan Ascii from Debian Buster in order to install a program that requires a newer cython</p><div class="quotebox"><blockquote><div><p>Preparing to unpack cython3_0.29.2-2_amd64.deb ...<br />Unpacking cython3 (0.29.2-2) ...<br />dpkg: dependency problems prevent configuration of cython3:<br /> cython3 depends on python3 (&gt;= 3.7~); however:<br />&#160; Version of python3 on system is 3.5.3-1.</p></div></blockquote></div><p>now i installed python3.7 </p><div class="quotebox"><blockquote><div><p>python3.7 --version<br />Python 3.7.3</p></div></blockquote></div><p>however, when i try to install the above .deb, the system still complains that the python3 is on 3.5.3.</p><p>How can i tell the system to use for the installation of this .deb the newly installed Python3.7.3?</p><p>Thank you very much</p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Thu, 26 Mar 2020 19:03:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20743#p20743</guid>
		</item>
	</channel>
</rss>
