<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Versie on Notities</title><link>https://19cc27e0.backup-website.pages.dev/tags/versie/</link><description>Recent content in Versie on Notities</description><generator>Hugo</generator><language>nl</language><lastBuildDate>Wed, 15 Jul 2026 23:50:02 +0200</lastBuildDate><atom:link href="https://19cc27e0.backup-website.pages.dev/tags/versie/index.xml" rel="self" type="application/rss+xml"/><item><title>Stel de versie van de Python interpreter in voor de extensie: Code Runner in VSCodium</title><link>https://19cc27e0.backup-website.pages.dev/blog/2022-stel-de-versie-van-de-python-interpreter-in-voor-de-extensie-code-runner-in-vscodium/</link><pubDate>Sun, 03 Apr 2022 19:55:44 +0000</pubDate><guid>https://19cc27e0.backup-website.pages.dev/blog/2022-stel-de-versie-van-de-python-interpreter-in-voor-de-extensie-code-runner-in-vscodium/</guid><description>&lt;p&gt;# File name: version_used.py&lt;/p&gt;
&lt;p&gt;# This prints the version of Python being used by the Code Runner extension in VSCodium&lt;br&gt;
# Set by going to: File -&amp;gt; Preferences -&amp;gt; Settings -&amp;gt; Search Settings -&amp;gt; code-runner.executorMap -&amp;gt; Edit in settings.json&lt;br&gt;
# &amp;ldquo;python&amp;rdquo;: &amp;ldquo;/bin/python3.9 -u&amp;rdquo;,\&lt;/p&gt;
&lt;p&gt;# To run this script press the little play button on the top right in the editor&lt;/p&gt;
&lt;p&gt;import sys&lt;br&gt;
print(sys.version)&lt;/p&gt;</description></item></channel></rss>