<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>PyCharm on Blog of Jérémie Litzler</title>
        <link>https://iamjeremie.me/tags/pycharm/</link>
        <description>Recent content in PyCharm on Blog of Jérémie Litzler</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Wed, 29 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://iamjeremie.me/tags/pycharm/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>Caveat with Scoop, Python and PyCharm Used Together</title>
        <link>https://iamjeremie.me/post/2026-04/caveat-with-scoop-python-and-pycharm-used-together/</link>
        <pubDate>Wed, 29 Apr 2026 00:00:00 +0000</pubDate>
        
        <guid>https://iamjeremie.me/post/2026-04/caveat-with-scoop-python-and-pycharm-used-together/</guid>
        <description>&lt;img src="https://iamjeremie.me/images/2024-08-23-a-real-python.jpg" alt="Featured image of post Caveat with Scoop, Python and PyCharm Used Together" /&gt;&lt;p&gt;I ran into an issue where I had created a &lt;code&gt;.venv&lt;/code&gt; through the “Python interpreter“ setting windows and, for some reason, it had picked up a specific version rather than the “current” version.&lt;/p&gt;
&lt;p&gt;What happened next?&lt;/p&gt;
&lt;h2 id=&#34;the-problem&#34;&gt;The Problem
&lt;/h2&gt;&lt;p&gt;The “current” version changes as you update the Scoop package, while the specific version could disappear if you run the Scoop cleanup command.&lt;/p&gt;
&lt;p&gt;Also, I couldn’t run any tests because PyCharm told me: &lt;code&gt;No python.exe found at C:\Users\jlitzler\scoop\apps\python312\3.12.7\&lt;/code&gt;&lt;/p&gt;
&lt;h2 id=&#34;how-did-i-recover-from-the-situation&#34;&gt;How Did I Recover From the Situation?
&lt;/h2&gt;&lt;ol&gt;
&lt;li&gt;I deleted the &lt;code&gt;.venv&lt;/code&gt; folder&lt;/li&gt;
&lt;li&gt;I went back to the “Python interpreter“setting windows and added a new interpreter, making sure the path to the Python executable was set to &lt;code&gt;C:\Users\jlitzler\scoop\apps\python312\current\&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;I applied the changes.&lt;/li&gt;
&lt;li&gt;I ran the command &lt;code&gt;pip install -r requirements.txt&lt;/code&gt; in the Terminal to reinstall the project’s packages.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;And tada, I could run the tests!&lt;/p&gt;
&lt;div class=&#34;jli-notice jli-notice-tip&#34;  id=&#34;Follow me&#34; &gt;
    &lt;p class=&#34;jli-notice-title&#34;&gt;Follow me&lt;/p&gt;&lt;p&gt;Thanks for reading this article. Make sure to &lt;a href=&#34;https://x.com/LitzlerJeremie&#34;&gt;follow me on X&lt;/a&gt;, &lt;a href=&#34;https://iamjeremie.substack.com/&#34;&gt;subscribe to my Substack publication&lt;/a&gt; and bookmark my blog to read more in the future.&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Credit: Photo by Pixabay on Pexels.&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
