<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.lunetikk.de/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.lunetikk.de/feed.php">
        <title>Lunetikk's IT Wiki python</title>
        <description></description>
        <link>https://www.lunetikk.de/</link>
        <image rdf:resource="https://www.lunetikk.de/lib/tpl/mindthedark/images/favicon.ico" />
       <dc:date>2026-04-24T15:51:41+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.lunetikk.de/doku.php?id=python:basic&amp;rev=1688675959&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.lunetikk.de/lib/tpl/mindthedark/images/favicon.ico">
        <title>Lunetikk's IT Wiki</title>
        <link>https://www.lunetikk.de/</link>
        <url>https://www.lunetikk.de/lib/tpl/mindthedark/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.lunetikk.de/doku.php?id=python:basic&amp;rev=1688675959&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-06T22:39:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>python:basic</title>
        <link>https://www.lunetikk.de/doku.php?id=python:basic&amp;rev=1688675959&amp;do=diff</link>
        <description>Python

This topic is just a code dump right now. Might be fixed later...



#set environment
python -m venv &lt;DIR&gt;

#show installed python versions
PS V:\python&gt; py --list
 -V:3.11 *        Python 3.11 (64-bit)
 -V:3.10          Python 3.10 (64-bit)
 -V:3.9           Python 3.9 (64-bit)
 -V:3.8-32        Python 3.8 (32-bit)

#show installed python paths
PS V:\python&gt; py --list-paths
 -V:3.11 *        C:\Users\Lunetikk\AppData\Local\Programs\Python\Python311\python.exe
 -V:3.10          C:\Users\…</description>
    </item>
</rdf:RDF>
