<?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 Hi Todd, in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Hardcoded-windows-paths-in-scripts-in-Intel-Distribution-for/m-p/1065732#M131</link>
    <description>&lt;P&gt;Hi Todd,&lt;/P&gt;

&lt;P&gt;Thanks for the follow up.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Apr 2017 21:43:47 GMT</pubDate>
    <dc:creator>gaston-hillar</dc:creator>
    <dc:date>2017-04-05T21:43:47Z</dc:date>
    <item>
      <title>Hardcoded windows paths in scripts in Intel® Distribution for Python 2017 Update 2</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Hardcoded-windows-paths-in-scripts-in-Intel-Distribution-for/m-p/1065726#M125</link>
      <description>&lt;P&gt;The activate and deactivate scripts included in&amp;nbsp;Intel® Distribution for Python 2017 Update 2 for Windows include hardcoded Windows paths that don't allow the scripts to work as expected.&lt;/P&gt;

&lt;P&gt;If you go to the Scripts folder and check the contents of the activate.bat file, you will find a hardcoded path C:\TCAgent1\tools\Miniconda3\Scripts&lt;/P&gt;

&lt;P&gt;The following is the content for the activate.bat file:&lt;/P&gt;

&lt;P&gt;@echo off&lt;BR /&gt;
	call "C:\TCAgent1\tools\Miniconda3\Scripts\activate" %*&lt;/P&gt;

&lt;P&gt;The following is the content for the deactivate.bat file:&lt;/P&gt;

&lt;P&gt;@echo off&lt;BR /&gt;
	call "C:\TCAgent1\tools\Miniconda3\Scripts\deactivate" %*&lt;/P&gt;

&lt;P&gt;The activate and deactivate files that are not intended to be executed on Windows also have the same Windows hardcoded path.&lt;/P&gt;

&lt;P&gt;The contents for the files with the same names included in the&amp;nbsp;pkgs\conda-4.2.12-py27_intel_0\Scripts folder also have the same issues.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 17:44:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Hardcoded-windows-paths-in-scripts-in-Intel-Distribution-for/m-p/1065726#M125</guid>
      <dc:creator>gaston-hillar</dc:creator>
      <dc:date>2017-03-24T17:44:50Z</dc:date>
    </item>
    <item>
      <title>This thread is related to</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Hardcoded-windows-paths-in-scripts-in-Intel-Distribution-for/m-p/1065727#M126</link>
      <description>&lt;P&gt;This thread is related to another thread that was started with a different description. I've created this thread as a bug report because I've checked an there is a bug with the Windows version. The following is the related thread:&amp;nbsp;&lt;A href="https://software.intel.com/en-us/forums/intel-distribution-for-python/topic/721042"&gt;https://software.intel.com/en-us/forums/intel-distribution-for-python/topic/721042&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;It is a very important issue because the hardcoded path doesn't allow the activate and deactivate scripts to run. I haven't tested it, but it might also affect other OSs in case the same source was used.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 17:49:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Hardcoded-windows-paths-in-scripts-in-Intel-Distribution-for/m-p/1065727#M126</guid>
      <dc:creator>gaston-hillar</dc:creator>
      <dc:date>2017-03-24T17:49:35Z</dc:date>
    </item>
    <item>
      <title>Just to clarify, activate.bat</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Hardcoded-windows-paths-in-scripts-in-Intel-Distribution-for/m-p/1065728#M127</link>
      <description>&lt;P&gt;Just to clarify, activate.bat works without issues in Intel® Distribution for Python 2017 Update 2 - Python 3.5.2. The problem is only with Python 2.7.12.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 18:17:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Hardcoded-windows-paths-in-scripts-in-Intel-Distribution-for/m-p/1065728#M127</guid>
      <dc:creator>gaston-hillar</dc:creator>
      <dc:date>2017-03-24T18:17:26Z</dc:date>
    </item>
    <item>
      <title>Gaston,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Hardcoded-windows-paths-in-scripts-in-Intel-Distribution-for/m-p/1065729#M128</link>
      <description>&lt;P&gt;Gaston,&lt;/P&gt;

&lt;P&gt;Thank you for bringing this to our attention. We are working on a fix for this.&lt;/P&gt;

&lt;P&gt;In the meantime, you can install an updated conda package from the default channel on anaconda.org:&lt;/P&gt;

&lt;P&gt;&amp;lt;path_to_install_dir&amp;gt;\Scripts\conda install conda=4.2.12=py27_0&lt;BR /&gt;
	That command will replace the existing "conda" package with the same version from the "defaults" channel, which does not have the problem.&lt;/P&gt;

&lt;P&gt;Thank you for your understanding.&lt;/P&gt;

&lt;P&gt;Todd&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 18:21:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Hardcoded-windows-paths-in-scripts-in-Intel-Distribution-for/m-p/1065729#M128</guid>
      <dc:creator>Todd_T_Intel</dc:creator>
      <dc:date>2017-03-24T18:21:17Z</dc:date>
    </item>
    <item>
      <title>Hi Todd,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Hardcoded-windows-paths-in-scripts-in-Intel-Distribution-for/m-p/1065730#M129</link>
      <description>&lt;P&gt;Hi Todd,&lt;/P&gt;

&lt;P&gt;I've run the command you explained and it works OK. Thanks for your workaround. It is extremely helpful.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 18:24:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Hardcoded-windows-paths-in-scripts-in-Intel-Distribution-for/m-p/1065730#M129</guid>
      <dc:creator>gaston-hillar</dc:creator>
      <dc:date>2017-03-24T18:24:32Z</dc:date>
    </item>
    <item>
      <title>Follow-up:</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Hardcoded-windows-paths-in-scripts-in-Intel-Distribution-for/m-p/1065731#M130</link>
      <description>&lt;P&gt;Follow-up:&lt;/P&gt;

&lt;P&gt;There is a fixed version of the Windows conda package for python 2.7 available on the Intel channel on anaconda.org under a special label. You can install the fixed package from the command prompt with the following command:&lt;/P&gt;

&lt;P&gt;&amp;gt; conda install conda=4.2.12 -c intel/label/conda&lt;/P&gt;

&lt;P&gt;Todd&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 20:54:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Hardcoded-windows-paths-in-scripts-in-Intel-Distribution-for/m-p/1065731#M130</guid>
      <dc:creator>Todd_T_Intel</dc:creator>
      <dc:date>2017-04-04T20:54:19Z</dc:date>
    </item>
    <item>
      <title>Hi Todd,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Hardcoded-windows-paths-in-scripts-in-Intel-Distribution-for/m-p/1065732#M131</link>
      <description>&lt;P&gt;Hi Todd,&lt;/P&gt;

&lt;P&gt;Thanks for the follow up.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 21:43:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Hardcoded-windows-paths-in-scripts-in-Intel-Distribution-for/m-p/1065732#M131</guid>
      <dc:creator>gaston-hillar</dc:creator>
      <dc:date>2017-04-05T21:43:47Z</dc:date>
    </item>
  </channel>
</rss>

