<?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 I figured out what the in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Managing-packages-with-other-python-installations/m-p/1062391#M114</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;I figured out what the problem was. I had to use "sudo pip install " as the user did not have write permission to /opt/intel/python/ and passed the environment through "sudo -E pip install ". This copies the PYTHONPATH and PATH variables over, but somehow the su user was seeing only the system python path. The simple fix was to use "sudo -E&amp;nbsp;/opt/intel/python/2.7.20150803_184913/bin/pip install ".&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Dec 2015 21:59:48 GMT</pubDate>
    <dc:creator>Narayanan_S_Intel</dc:creator>
    <dc:date>2015-12-23T21:59:48Z</dc:date>
    <item>
      <title>Managing packages with other python installations</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Managing-packages-with-other-python-installations/m-p/1062389#M112</link>
      <description>&lt;P&gt;I have python2.7 already installed on my machine and then installed Intel Python at /opt/intel/python/2.7.20150803_184913/ on my Linux machine. Now I want to install the rpy2 package for the Intel python version using pip, but I am not able to.&lt;/P&gt;

&lt;P&gt;$ which pip&lt;/P&gt;

&lt;P&gt;/opt/intel/python/2.7.20150803_184913/bin/pip&lt;/P&gt;

&lt;P&gt;$ pip install rpy2&lt;/P&gt;

&lt;P&gt;Requirement already satisfied (use --upgrade to upgrade): rpy2 in /usr/local/lib/python2.7/dist-packages&lt;BR /&gt;
	Requirement already satisfied (use --upgrade to upgrade): six in /usr/lib/python2.7/dist-packages (from rpy2)&lt;BR /&gt;
	Requirement already satisfied (use --upgrade to upgrade): singledispatch in /usr/local/lib/python2.7/dist-packages (from rpy2)&lt;BR /&gt;
	/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see &lt;A href="https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning" target="_blank"&gt;https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning&lt;/A&gt;.&lt;BR /&gt;
	&amp;nbsp; InsecurePlatformWarning&lt;/P&gt;

&lt;P&gt;pip seems to think rpy2 is installed as it was installed for the system's python, but it is not for Intel's Python distribution. Any ideas on how to resolve it?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 23:41:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Managing-packages-with-other-python-installations/m-p/1062389#M112</guid>
      <dc:creator>Narayanan_S_Intel</dc:creator>
      <dc:date>2015-12-22T23:41:01Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Managing-packages-with-other-python-installations/m-p/1062390#M113</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;We are unable to reproduce the issue. &amp;nbsp;Do you have the PYTHONPATH environment variable pointing to /usr/lib/python2.7/dist-packages by chance? If so, try unsetting PYTHONPATH and running pip install again.&lt;/P&gt;

&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 19:52:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Managing-packages-with-other-python-installations/m-p/1062390#M113</guid>
      <dc:creator>Christophe_H_Intel2</dc:creator>
      <dc:date>2015-12-23T19:52:49Z</dc:date>
    </item>
    <item>
      <title>I figured out what the</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Managing-packages-with-other-python-installations/m-p/1062391#M114</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;I figured out what the problem was. I had to use "sudo pip install " as the user did not have write permission to /opt/intel/python/ and passed the environment through "sudo -E pip install ". This copies the PYTHONPATH and PATH variables over, but somehow the su user was seeing only the system python path. The simple fix was to use "sudo -E&amp;nbsp;/opt/intel/python/2.7.20150803_184913/bin/pip install ".&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 21:59:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Managing-packages-with-other-python-installations/m-p/1062391#M114</guid>
      <dc:creator>Narayanan_S_Intel</dc:creator>
      <dc:date>2015-12-23T21:59:48Z</dc:date>
    </item>
  </channel>
</rss>

