<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to install python pip on Windows? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/How-to-install-python-pip-on-Windows/m-p/189365#M2537</link>
    <description>&lt;P&gt;I ended up using a wrapper script as explained here: &lt;A href="http://answers.splunk.com/answers/8/can-i-add-python-modules-to-the-splunk-environment.html"&gt;http://answers.splunk.com/answers/8/can-i-add-python-modules-to-the-splunk-environment.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 May 2015 16:01:12 GMT</pubDate>
    <dc:creator>bnorthway</dc:creator>
    <dc:date>2015-05-28T16:01:12Z</dc:date>
    <item>
      <title>How to install python pip on Windows?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-install-python-pip-on-Windows/m-p/189360#M2532</link>
      <description>&lt;P&gt;I need to install pip for python on a Windows server that is a full forwarder. This server also have python installed in the normal location (C:\python27). When I install pip ($SPLUNK_HOME\bin\python.exe get-pip.py), it says pip is already installed in C:\python27.&lt;/P&gt;

&lt;P&gt;How can I install pip for Splunk's python installation? Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2015 18:46:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-install-python-pip-on-Windows/m-p/189360#M2532</guid>
      <dc:creator>bnorthway</dc:creator>
      <dc:date>2015-05-15T18:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to install python pip on Windows?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-install-python-pip-on-Windows/m-p/189361#M2533</link>
      <description>&lt;P&gt;Hi bnorthway,&lt;/P&gt;

&lt;P&gt;I would not recommend doing so, but dr. google has quiet a long list providing guides &lt;CODE&gt;who to install pip on windows&lt;/CODE&gt; like this one &lt;A href="http://docs.python-guide.org/en/latest/starting/install/win/"&gt;http://docs.python-guide.org/en/latest/starting/install/win/&lt;/A&gt; or this one &lt;A href="https://pip.pypa.io/en/latest/installing.html"&gt;https://pip.pypa.io/en/latest/installing.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Have fun and remember, if you break stuff you have to fix it ....&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2015 02:44:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-install-python-pip-on-Windows/m-p/189361#M2533</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-05-16T02:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to install python pip on Windows?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-install-python-pip-on-Windows/m-p/189362#M2534</link>
      <description>&lt;P&gt;I've tried both of those instructions already - but I am left with the same error. What is the accepted 'best practice' for managing Python dependencies in Splunk scripts?&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 18:58:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-install-python-pip-on-Windows/m-p/189362#M2534</guid>
      <dc:creator>bnorthway</dc:creator>
      <dc:date>2015-05-18T18:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to install python pip on Windows?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-install-python-pip-on-Windows/m-p/189363#M2535</link>
      <description>&lt;P&gt;Okay, but this is a different requirement &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; Installing or using your own python modules for a custom script is very easy...basically &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Can be tricky sometimes, depends on the module you're using.&lt;/P&gt;

&lt;P&gt;Take a look here &lt;A href="http://stackoverflow.com/questions/279237/import-a-module-from-a-relative-path"&gt;http://stackoverflow.com/questions/279237/import-a-module-from-a-relative-path&lt;/A&gt; to get some ideas how it cloud be done in the script, afterwards create an app and place everything into the app's &lt;CODE&gt;bin&lt;/CODE&gt; folder - the script and the python module that is.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 23:21:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-install-python-pip-on-Windows/m-p/189363#M2535</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-05-18T23:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to install python pip on Windows?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-install-python-pip-on-Windows/m-p/189364#M2536</link>
      <description>&lt;P&gt;Well it really requires one to get the other - but I think I found an even better solution &lt;A href="http://answers.splunk.com/answers/8/can-i-add-python-modules-to-the-splunk-environment.html"&gt;here&lt;/A&gt;, so I'm trying to get that set up now. &lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2015 12:48:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-install-python-pip-on-Windows/m-p/189364#M2536</guid>
      <dc:creator>bnorthway</dc:creator>
      <dc:date>2015-05-19T12:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to install python pip on Windows?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-install-python-pip-on-Windows/m-p/189365#M2537</link>
      <description>&lt;P&gt;I ended up using a wrapper script as explained here: &lt;A href="http://answers.splunk.com/answers/8/can-i-add-python-modules-to-the-splunk-environment.html"&gt;http://answers.splunk.com/answers/8/can-i-add-python-modules-to-the-splunk-environment.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2015 16:01:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-install-python-pip-on-Windows/m-p/189365#M2537</guid>
      <dc:creator>bnorthway</dc:creator>
      <dc:date>2015-05-28T16:01:12Z</dc:date>
    </item>
  </channel>
</rss>

