<?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: How do clone an environment for all to use in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-clone-an-environment-for-all-to-use/m-p/1482420#M84048</link>
    <description>&lt;P&gt;You could just download and extract the package from &lt;A href="https://pypi.org/project/reportlab/#files" target="_self"&gt;pypi&lt;/A&gt;&amp;nbsp;and then copy the "reportlab" directory (the one that contains __init__.py) to the same directory as your script. Or you could put it somewhere else and append the parent dir to sys.path in your script (i.e save it to somedrive:\\somepath\reportlab and then &lt;FONT face="courier new,courier"&gt;sys.path.append(r"somedrive:\\somepath")&lt;/FONT&gt;.&lt;/P&gt;</description>
    <pubDate>Sat, 01 Jun 2024 09:31:21 GMT</pubDate>
    <dc:creator>Luke_Pinner</dc:creator>
    <dc:date>2024-06-01T09:31:21Z</dc:date>
    <item>
      <title>How do clone an environment for all to use</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-clone-an-environment-for-all-to-use/m-p/1423760#M83055</link>
      <description>&lt;P&gt;I have a stand-alone python script that is used in a toolbox, a script tool. It requires ReportLab which is a python package that must be added to a cloned version of the default environment. It works on my installed version of ArcGIS Pro but when my coworker ran it we got the error that ReportLab package was missing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ideal situation --&amp;gt; anyone in our organization could open this ArcGIS Pro project and use the script tool.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a best practice to save a cloned environment so my ^^ideal situation^^ could become reality?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 17:24:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-clone-an-environment-for-all-to-use/m-p/1423760#M83055</guid>
      <dc:creator>ShariF</dc:creator>
      <dc:date>2024-05-09T17:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do clone an environment for all to use</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-clone-an-environment-for-all-to-use/m-p/1482420#M84048</link>
      <description>&lt;P&gt;You could just download and extract the package from &lt;A href="https://pypi.org/project/reportlab/#files" target="_self"&gt;pypi&lt;/A&gt;&amp;nbsp;and then copy the "reportlab" directory (the one that contains __init__.py) to the same directory as your script. Or you could put it somewhere else and append the parent dir to sys.path in your script (i.e save it to somedrive:\\somepath\reportlab and then &lt;FONT face="courier new,courier"&gt;sys.path.append(r"somedrive:\\somepath")&lt;/FONT&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jun 2024 09:31:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-clone-an-environment-for-all-to-use/m-p/1482420#M84048</guid>
      <dc:creator>Luke_Pinner</dc:creator>
      <dc:date>2024-06-01T09:31:21Z</dc:date>
    </item>
  </channel>
</rss>

