<?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 cloning environment best practices in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/cloning-environment-best-practices/m-p/1557746#M73177</link>
    <description>&lt;P&gt;I installed Pro 3.4 and of course I have to re-clone my python environment, and i was wondering if there is a 'best practice' for doing this - is it best to create the environment in the same directory structure as the built-in environment, or can/should it be created elsewhere? Does any of this change when working with VSCODE or other IDE?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Nov 2024 20:23:09 GMT</pubDate>
    <dc:creator>clt_cabq</dc:creator>
    <dc:date>2024-11-12T20:23:09Z</dc:date>
    <item>
      <title>cloning environment best practices</title>
      <link>https://community.esri.com/t5/python-questions/cloning-environment-best-practices/m-p/1557746#M73177</link>
      <description>&lt;P&gt;I installed Pro 3.4 and of course I have to re-clone my python environment, and i was wondering if there is a 'best practice' for doing this - is it best to create the environment in the same directory structure as the built-in environment, or can/should it be created elsewhere? Does any of this change when working with VSCODE or other IDE?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 20:23:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/cloning-environment-best-practices/m-p/1557746#M73177</guid>
      <dc:creator>clt_cabq</dc:creator>
      <dc:date>2024-11-12T20:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: cloning environment best practices</title>
      <link>https://community.esri.com/t5/python-questions/cloning-environment-best-practices/m-p/1557763#M73178</link>
      <description>&lt;P&gt;If it is within the existing structure, it makes it easier to maintain/upgrade your clones when you upgrade pro.&lt;/P&gt;&lt;P&gt;There are existing documents that may be appropriate on this topic&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/clone-an-environment.htm" target="_blank"&gt;Clone an environment—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/what-is-conda.htm#ESRI_SECTION1_960C7A0027EE4B528CE0AA22B3EDE7DB" target="_blank"&gt;Package Manager—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;the latter has information regarding network access amongst other things.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 21:02:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/cloning-environment-best-practices/m-p/1557763#M73178</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-11-12T21:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: cloning environment best practices</title>
      <link>https://community.esri.com/t5/python-questions/cloning-environment-best-practices/m-p/1557768#M73179</link>
      <description>&lt;P&gt;Thanks Dan, I've read through a couple of your blogposts and some of those other threads. I think at one point you have commented you didn't like the original install location of the python environment so preferred to do it elsewhere with a less complicated path, but I think that was for earlier versions.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 21:14:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/cloning-environment-best-practices/m-p/1557768#M73179</guid>
      <dc:creator>clt_cabq</dc:creator>
      <dc:date>2024-11-12T21:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: cloning environment best practices</title>
      <link>https://community.esri.com/t5/python-questions/cloning-environment-best-practices/m-p/1557773#M73180</link>
      <description>&lt;P&gt;I install Pro in a simple path&lt;/P&gt;&lt;P&gt;c:\arc_pro&lt;/P&gt;&lt;P&gt;It is really easy to find in windows file explorer&lt;/P&gt;&lt;P&gt;arcpy and arctoolbox code can be found in&lt;/P&gt;&lt;P&gt;C:\arc_pro\Resources&lt;/P&gt;&lt;P&gt;python and the environments are in the path&lt;/P&gt;&lt;P&gt;C:\arc_pro\bin\Python&lt;/P&gt;&lt;P&gt;and the actual pro environment is in&lt;/P&gt;&lt;P&gt;C:\arc_pro\bin\Python\envs&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;C:\arc_pro\bin\Python\envs\arcgispro-py3&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;C:\arc_pro\bin\Python\envs\...your_clone_here&lt;/P&gt;&lt;P&gt;which is where I put my clones&lt;/P&gt;&lt;P&gt;Site packages are located in&lt;/P&gt;&lt;P&gt;C:\arc_pro\bin\Python\envs\arcgispro-py3\Lib\site-packages&lt;/P&gt;&lt;P&gt;Of course a "clone" copies over all the bloat that is in there, so I normally create an environment in the ...env path using conda and install the packages that I need there.&amp;nbsp; Usually my environments don't include arcpy since I am working with specific packages that are not compatible with arcpy (eg. numpy 2.x) which can be installed using specific conda commands and it keeps the other environment separate from the main one needed for pro and arcpy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 21:46:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/cloning-environment-best-practices/m-p/1557773#M73180</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-11-12T21:46:22Z</dc:date>
    </item>
  </channel>
</rss>

