<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Pip on Kenno&#39;s Open Note</title>
    <link>https://blog.khmersite.net/tags/pip/</link>
    <description>Recent content in Pip on Kenno&#39;s Open Note</description>
    <image>
      <title>Kenno&#39;s Open Note</title>
      <url>https://blog.khmersite.net/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://blog.khmersite.net/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- 0.154.0</generator>
    <language>en</language>
    <lastBuildDate>Fri, 06 May 2016 16:09:41 +0000</lastBuildDate>
    <atom:link href="https://blog.khmersite.net/tags/pip/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Installing Pip with Python 3.5 on FreeBSD</title>
      <link>https://blog.khmersite.net/p/installing-pip-with-python-3-5-on-freebsd/</link>
      <pubDate>Fri, 06 May 2016 16:09:41 +0000</pubDate>
      <guid>https://blog.khmersite.net/p/installing-pip-with-python-3-5-on-freebsd/</guid>
      <description>&lt;p&gt;Here is a quick note serves as a self-reminder on how to get &lt;code&gt;pip&lt;/code&gt; working or installed on FreeBSD 10.3.&lt;/p&gt;
&lt;p&gt;First, ensure that Python 3 package is installed. Python 3 is provided by &lt;code&gt;python35&lt;/code&gt; package.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# pkg install python35
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;However, there is no package for &lt;code&gt;pip&lt;/code&gt;, at least at the time of this writing, on FreeBSD. To have it installed, run the following command:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# python3.5 -m ensurepip
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;We should as well update &lt;code&gt;pip&lt;/code&gt; to new version:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
