<?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: Edit with IDLE (ArcGIS pro) to use Cloned Environment in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/edit-with-idle-arcgis-pro-to-use-cloned/m-p/1262084#M66949</link>
    <description>&lt;P&gt;Adding to what Dan wrote, when you set an environment as the default for Pro by activating it, the shortcuts including the ones for IDLE in the explorer menu are rewritten to point at the custom environment being used. This way, the IDE and Pro are kept in sync, which is what most folks typically want.&lt;/P&gt;</description>
    <pubDate>Mon, 27 Feb 2023 18:30:37 GMT</pubDate>
    <dc:creator>ShaunWalbridge</dc:creator>
    <dc:date>2023-02-27T18:30:37Z</dc:date>
    <item>
      <title>Edit with IDLE (ArcGIS pro) to use Cloned Environment</title>
      <link>https://community.esri.com/t5/python-questions/edit-with-idle-arcgis-pro-to-use-cloned/m-p/1233262#M66114</link>
      <description>&lt;P&gt;Hi There, I want to run a Python 3 script using IDLE. In my script I am using some custom libraries so I have created a cloned environment for that. The issue is that when I choose Edit with IDLE (ArcGIS Pro) is seems to be looking at default. How can I change so that it points to the cloned environment.&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sunnywaygis_0-1668788057040.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/56357i730DB472B517AC59/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sunnywaygis_0-1668788057040.png" alt="Sunnywaygis_0-1668788057040.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 16:17:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/edit-with-idle-arcgis-pro-to-use-cloned/m-p/1233262#M66114</guid>
      <dc:creator>Sunnywaygis</dc:creator>
      <dc:date>2022-11-18T16:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Edit with IDLE (ArcGIS pro) to use Cloned Environment</title>
      <link>https://community.esri.com/t5/python-questions/edit-with-idle-arcgis-pro-to-use-cloned/m-p/1233384#M66125</link>
      <description>&lt;P&gt;So I always thought that when you select 'Edit with IDLE (ArcGIS Pro)', and your ArcGIS Pro PackageManager&amp;gt;Active Environment is set to the cloned environment, that meant it would use the pythonw.exe from:&lt;/P&gt;&lt;P&gt;C:\Users\myProfile\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone\pythonw.exe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you saying that is not the case and the IDLE is still using the default environment at:&lt;/P&gt;&lt;P&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\pythonw.exe&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 20:05:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/edit-with-idle-arcgis-pro-to-use-cloned/m-p/1233384#M66125</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2022-11-18T20:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Edit with IDLE (ArcGIS pro) to use Cloned Environment</title>
      <link>https://community.esri.com/t5/python-questions/edit-with-idle-arcgis-pro-to-use-cloned/m-p/1233407#M66127</link>
      <description>&lt;P&gt;one way or the either (eg through conda or through Pro) you should activate the environment that you want to use&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="packagemanager.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/56391i12E3C8A1BFFB8500/image-size/large?v=v2&amp;amp;px=999" role="button" title="packagemanager.png" alt="packagemanager.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Project backstage, Package manager, then activate the environment you want use&lt;/P&gt;&lt;P&gt;And then there is the help&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/activate-an-environment.htm" target="_blank"&gt;Activate an environment—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 21:04:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/edit-with-idle-arcgis-pro-to-use-cloned/m-p/1233407#M66127</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-11-18T21:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Edit with IDLE (ArcGIS pro) to use Cloned Environment</title>
      <link>https://community.esri.com/t5/python-questions/edit-with-idle-arcgis-pro-to-use-cloned/m-p/1262084#M66949</link>
      <description>&lt;P&gt;Adding to what Dan wrote, when you set an environment as the default for Pro by activating it, the shortcuts including the ones for IDLE in the explorer menu are rewritten to point at the custom environment being used. This way, the IDE and Pro are kept in sync, which is what most folks typically want.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 18:30:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/edit-with-idle-arcgis-pro-to-use-cloned/m-p/1262084#M66949</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2023-02-27T18:30:37Z</dc:date>
    </item>
  </channel>
</rss>

