<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Scripting on </title>
    <link>https://wassimaouadi.com/tags/scripting/</link>
    <description>Recent content in Scripting on </description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sat, 03 Feb 2024 21:31:13 +0200</lastBuildDate>
    <atom:link href="https://wassimaouadi.com/tags/scripting/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Operations with Python</title>
      <link>https://wassimaouadi.com/technotes/automationpython/</link>
      <pubDate>Sat, 03 Feb 2024 21:31:13 +0200</pubDate>
      <guid>https://wassimaouadi.com/technotes/automationpython/</guid>
      <description>&lt;p&gt;First, I have the habit of working in virtual environments. I create one and activate it:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Wassim@linux:~/private/labscripts$ python -m venv venv&#xA;Wassim@linux:~/private/labscripts$ ls&#xA;venv&#xA;Wassim@linux:~/private/labscripts$ source venv/bin/activate&#xA;((venv) ) Wassim@linux:~/private/labscripts$&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;I upgrade the &lt;em&gt;pip&lt;/em&gt; package:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;((venv) ) Wassim@linux:~/private/labscripts$ pip install --upgrade pip&#xA;Requirement already satisfied: pip in ./venv/lib64/python3.12/site-packages (23.3.2)&#xA;Collecting pip&#xA;  Downloading pip-26.2.1-py3-none-any.whl.metadata (4.6 kB)&#xA;Downloading pip-26.2.1-py3-none-any.whl (1.8 MB)&#xA;   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 19.3 MB/s eta 0:00:00&#xA;Installing collected packages: pip&#xA;  Attempting uninstall: pip&#xA;    Found existing installation: pip 23.3.2&#xA;    Uninstalling pip-23.3.2:&#xA;      Successfully uninstalled pip-23.3.2&#xA;Successfully installed pip-26.2.1&#xA;((venv) ) Wassim@linux:~/private/labscripts$ &#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;I only have the &lt;em&gt;pip&lt;/em&gt; package installed. I need pyEZ, Netmiko.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
