<?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 Try in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/arrow-keys-in-interpreter-D/m-p/1130338#M841</link>
    <description>&lt;P&gt;Try&lt;/P&gt;
&lt;PRE class="brush:bash; class-name:dark;"&gt;pip install gnureadline&lt;/PRE&gt;

&lt;P&gt;instead just&amp;nbsp;readline&lt;/P&gt;</description>
    <pubDate>Tue, 01 Jan 2019 02:45:26 GMT</pubDate>
    <dc:creator>YOUNGJAE_C_</dc:creator>
    <dc:date>2019-01-01T02:45:26Z</dc:date>
    <item>
      <title>arrow keys in interpreter ^[[D</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/arrow-keys-in-interpreter-D/m-p/1130333#M836</link>
      <description>&lt;P&gt;In 2.7.10 the arrow keys work normally&lt;/P&gt;

&lt;P&gt;In 2.7.11 left gives ^[[D&lt;/P&gt;

&lt;P&gt;In 2.7.13 left gives ^[[D&lt;/P&gt;

&lt;P&gt;Tried various terminal setups in putty and from a nomachine session and from an xterm.&amp;nbsp; Host is centos7. all 3 version are installed on the same machine.&lt;/P&gt;

&lt;P&gt;Up arrow gives ^[[A which makes it annoying to retype a whole line for a simple typo.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 03:12:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/arrow-keys-in-interpreter-D/m-p/1130333#M836</guid>
      <dc:creator>kgore4</dc:creator>
      <dc:date>2017-06-16T03:12:53Z</dc:date>
    </item>
    <item>
      <title>Arrow keys require the</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/arrow-keys-in-interpreter-D/m-p/1130334#M837</link>
      <description>&lt;P&gt;Arrow keys require the readline library, which is GPL. The simplest solution is to use python from anaconda + intel libraries for everything else:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 13.008px;"&gt;conda remove --force python&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE class="plain" style="font-size: 13.008px; background-color: rgb(248, 248, 248); color: rgb(0, 0, 0); font-family: Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; margin: 0px !important; padding: 0px !important; border: 0px !important; outline: 0px !important; background-image: none !important; background-position: initial !important; background-size: initial !important; background-repeat: initial !important; background-attachment: initial !important; background-origin: initial !important; background-clip: initial !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; min-height: auto !important;"&gt;conda&amp;nbsp;&lt;/CODE&gt;&lt;CODE class="functions" style="font-size: 13.008px; background-color: rgb(248, 248, 248); font-family: Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; margin: 0px !important; padding: 0px !important; border: 0px !important; outline: 0px !important; background-image: none !important; background-position: initial !important; background-size: initial !important; background-repeat: initial !important; background-attachment: initial !important; background-origin: initial !important; background-clip: initial !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; min-height: auto !important; color: rgb(255, 20, 147) !important;"&gt;install&lt;/CODE&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 13.008px; background-color: rgb(248, 248, 248);"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="plain" style="font-size: 13.008px; background-color: rgb(248, 248, 248); color: rgb(0, 0, 0); font-family: Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace !important; margin: 0px !important; padding: 0px !important; border: 0px !important; outline: 0px !important; background-image: none !important; background-position: initial !important; background-size: initial !important; background-repeat: initial !important; background-attachment: initial !important; background-origin: initial !important; background-clip: initial !important; float: none !important; vertical-align: baseline !important; position: static !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: auto !important; line-height: 1.1em !important; min-height: auto !important;"&gt;-c anaconda python&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 03:29:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/arrow-keys-in-interpreter-D/m-p/1130334#M837</guid>
      <dc:creator>Robert_C_Intel</dc:creator>
      <dc:date>2017-06-16T03:29:59Z</dc:date>
    </item>
    <item>
      <title>kgore4,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/arrow-keys-in-interpreter-D/m-p/1130335#M838</link>
      <description>&lt;P&gt;kgore4,&lt;/P&gt;

&lt;P&gt;In case you move to IPython, make sure you read this post because readline is also GPL. Just in case...&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/intel-distribution-for-python/topic/704018"&gt;https://software.intel.com/en-us/forums/intel-distribution-for-python/topic/704018&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2017 05:03:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/arrow-keys-in-interpreter-D/m-p/1130335#M838</guid>
      <dc:creator>gaston-hillar</dc:creator>
      <dc:date>2017-06-17T05:03:08Z</dc:date>
    </item>
    <item>
      <title>A workaround to resolve the</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/arrow-keys-in-interpreter-D/m-p/1130336#M839</link>
      <description>&lt;P&gt;A workaround to resolve the arrow key issue (&lt;STRONG&gt;tested&lt;/STRONG&gt; under linux sh shell) is to start python preceded by '&lt;STRONG&gt;rlwrap&lt;/STRONG&gt;' like so:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;$ rlwrap python&lt;/PRE&gt;

&lt;P&gt;This can be written as an alias in the "&lt;STRONG&gt;.bashrc&lt;/STRONG&gt;" file&lt;/P&gt;

&lt;P&gt;Sergio&lt;/P&gt;

&lt;P&gt;Enhance your #MachineLearning and #BigData skills via #Python #SciPy&lt;BR /&gt;
	1) &lt;A href="https://www.packtpub.com/big-data-and-business-intelligence/numerical-and-scientific-computing-scipy-video" target="_blank"&gt;https://www.packtpub.com/big-data-and-business-intelligence/numerical-and-scientific-computing-scipy-video&lt;/A&gt;&lt;BR /&gt;
	2) &lt;A href="https://www.packtpub.com/big-data-and-business-intelligence/learning-scipy-numerical-and-scientific-computing-second-edition"&gt;https://www.packtpub.com/big-data-and-business-intelligence/learning-scipy-numerical-and-scientific-computing-second-edition&lt;/A&gt;&lt;BR /&gt;
	3) &lt;STRONG&gt;FREE (beginner) PYTHON book in Spanish&lt;/STRONG&gt;:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &lt;A href="https://www.researchgate.net/publication/301293668_Aprendiendo_a_Programar_en_Python_con_mi_Computador_Primeros_pasos_rumbo_a_computos_de_gran_escala_en_las_Ciencias_e_Ingenierias"&gt;https://www.researchgate.net/publication/301293668_Aprendiendo_a_Programar_en_Python_con_mi_Computador_Primeros_pasos_rumbo_a_computos_de_gran_escala_en_las_Ciencias_e_Ingenierias&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 14:31:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/arrow-keys-in-interpreter-D/m-p/1130336#M839</guid>
      <dc:creator>sergio_r_</dc:creator>
      <dc:date>2017-07-06T14:31:24Z</dc:date>
    </item>
    <item>
      <title>Worked for me, simpler than</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/arrow-keys-in-interpreter-D/m-p/1130337#M840</link>
      <description>&lt;P&gt;Worked for me, simpler than messing with conda&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;sergio r. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;A workaround to resolve the arrow key issue (&lt;STRONG&gt;tested&lt;/STRONG&gt; under linux sh shell) is to start python preceded by '&lt;STRONG&gt;rlwrap&lt;/STRONG&gt;' like so:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;$ rlwrap python&lt;/PRE&gt;

&lt;P&gt;This can be written as an alias in the "&lt;STRONG&gt;.bashrc&lt;/STRONG&gt;" file&lt;/P&gt;

&lt;P&gt;Sergio&lt;/P&gt;

&lt;P&gt;Enhance your #MachineLearning and #BigData skills via #Python #SciPy&lt;BR /&gt;
	1) &lt;A href="https://www.packtpub.com/big-data-and-business-intelligence/numerical-and-scientific-computing-scipy-video"&gt;https://www.packtpub.com/big-data-and-business-intelligence/numerical-an...&lt;/A&gt;&lt;BR /&gt;
	2) &lt;A href="https://www.packtpub.com/big-data-and-business-intelligence/learning-scipy-numerical-and-scientific-computing-second-edition" rel="nofollow"&gt;https://www.packtpub.com/big-data-and-business-intelligence/learning-scipy-numerical-and-scientific-computing-second-edition&lt;/A&gt;&lt;BR /&gt;
	3) &lt;STRONG&gt;FREE (beginner) PYTHON book in Spanish&lt;/STRONG&gt;:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &lt;A href="https://www.researchgate.net/publication/301293668_Aprendiendo_a_Programar_en_Python_con_mi_Computador_Primeros_pasos_rumbo_a_computos_de_gran_escala_en_las_Ciencias_e_Ingenierias" rel="nofollow"&gt;https://www.researchgate.net/publication/301293668_Aprendiendo_a_Programar_en_Python_con_mi_Computador_Primeros_pasos_rumbo_a_computos_de_gran_escala_en_las_Ciencias_e_Ingenierias&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jul 2017 09:53:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/arrow-keys-in-interpreter-D/m-p/1130337#M840</guid>
      <dc:creator>Osanda_G_</dc:creator>
      <dc:date>2017-07-08T09:53:36Z</dc:date>
    </item>
    <item>
      <title>Try</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/arrow-keys-in-interpreter-D/m-p/1130338#M841</link>
      <description>&lt;P&gt;Try&lt;/P&gt;
&lt;PRE class="brush:bash; class-name:dark;"&gt;pip install gnureadline&lt;/PRE&gt;

&lt;P&gt;instead just&amp;nbsp;readline&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jan 2019 02:45:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/arrow-keys-in-interpreter-D/m-p/1130338#M841</guid>
      <dc:creator>YOUNGJAE_C_</dc:creator>
      <dc:date>2019-01-01T02:45:26Z</dc:date>
    </item>
    <item>
      <title>Update for this older thread:</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/arrow-keys-in-interpreter-D/m-p/1130339#M842</link>
      <description>&lt;P&gt;Update for this older thread:&lt;/P&gt;&lt;P&gt;Our Linux python 3 distribution now includes pyeditline, a python package that implements much of the readline functionality on top of the editline library. You should see normal command-line editing features in python 3 on linux. We don't plan on adding it to our python 2.7 distribution at this time because pyeditline does not support python 2.&lt;/P&gt;&lt;P&gt;You can install it into an existing python 3 environment using "conda install pyeditline -c intel".&lt;/P&gt;&lt;P&gt;Todd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 18:44:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/arrow-keys-in-interpreter-D/m-p/1130339#M842</guid>
      <dc:creator>Todd_T_Intel</dc:creator>
      <dc:date>2019-01-07T18:44:22Z</dc:date>
    </item>
  </channel>
</rss>

