<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Development Environment on oorkan</title>
    <link>https://www.oorkan.dev/blog/categories/development-environment/</link>
    <description>Recent content in Development Environment on oorkan</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 19 Mar 2021 06:19:30 +0400</lastBuildDate>
    <atom:link href="https://www.oorkan.dev/blog/categories/development-environment/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Create a Python Virtual Environment</title>
      <link>https://www.oorkan.dev/blog/how-to-create-a-python-virtual-environment/</link>
      <pubDate>Fri, 19 Mar 2021 13:10:00 +0400</pubDate>
      <guid>https://www.oorkan.dev/blog/how-to-create-a-python-virtual-environment/</guid>
      <description>&lt;p&gt;When working with Python, often we need to use different packages and modules. Some of them are part of &lt;a href=&#34;https://docs.python.org/3/library/index.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Python&amp;rsquo;s Standard Library&lt;/a&gt; but many of them are not. On the other hand, we may need a specific version of a custom module for our app. Upgrading or downgrading to that version for a whole system is a risky idea because it can break other applications that are dependant on a specific version of a module.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
