<?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 I get ArcGIS to install Python on my current Python install? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-do-i-get-arcgis-to-install-python-on-my/m-p/185826#M14293</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shouldn't be a problem as long as you 'qualify' the appropriate python.exe with which to run your scripts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your bigger consideration is whether your scripts are compatible with your chosen version of Python....arcpy was developed to run with 2.7 at 10.1, I think, and while there are other versions and flavors, it is generally not recommended to install those as you may run into some unanticipated problems or 'side effects'...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Enjoy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wayne&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Feb 2013 12:01:04 GMT</pubDate>
    <dc:creator>T__WayneWhitley</dc:creator>
    <dc:date>2013-02-13T12:01:04Z</dc:date>
    <item>
      <title>How do I get ArcGIS to install Python on my current Python install?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-i-get-arcgis-to-install-python-on-my/m-p/185825#M14292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just did a fresh install of my OS and installed ActivePython 2.7.2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want ArcGIS 10.1 to use this Python install.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What are the steps do get this to work?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't stand having two separate Python installs for the same version.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 14:09:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-i-get-arcgis-to-install-python-on-my/m-p/185825#M14292</guid>
      <dc:creator>IanBroad2</dc:creator>
      <dc:date>2013-02-08T14:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get ArcGIS to install Python on my current Python install?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-i-get-arcgis-to-install-python-on-my/m-p/185826#M14293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shouldn't be a problem as long as you 'qualify' the appropriate python.exe with which to run your scripts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your bigger consideration is whether your scripts are compatible with your chosen version of Python....arcpy was developed to run with 2.7 at 10.1, I think, and while there are other versions and flavors, it is generally not recommended to install those as you may run into some unanticipated problems or 'side effects'...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Enjoy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wayne&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 12:01:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-i-get-arcgis-to-install-python-on-my/m-p/185826#M14293</guid>
      <dc:creator>T__WayneWhitley</dc:creator>
      <dc:date>2013-02-13T12:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get ArcGIS to install Python on my current Python install?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-i-get-arcgis-to-install-python-on-my/m-p/185827#M14294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I just did a fresh install of my OS and installed ActivePython 2.7.2.&lt;BR /&gt;&lt;BR /&gt;I want ArcGIS 10.1 to use this Python install.&lt;BR /&gt;&lt;BR /&gt;What are the steps do get this to work?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have EPD and have chosen, to avoid issues, to go ahead and install both pythons and add a reference to the EPD modules in my site-packages folder on the ArcGIS-python install. However, if you want to try this out, here are my suggestions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Option 1.&lt;/STRONG&gt;&lt;SPAN&gt; Do a custom install of ArcGIS, turning off Python install option. (If you've already installed, you can do a repair install to remove features; remove the Python feature.) You may have to do a repair install of ActivePython to make sure .py files are executable so ArcGIS can find them. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A wrinkle: you need to make sure to arcpy is available in your sys.path in your ActivePython setup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;file &lt;/SPAN&gt;&lt;STRONG&gt;Lib\site-packages\Desktop10.1.pth &lt;/STRONG&gt;&lt;SPAN&gt;(should be dropped in your ActivePython site-packages folder):&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
D:\Users\cprice&amp;gt;type c:\Python27\ArcGIS10.1\Lib\site-packages\Desktop10.1.pth
C:\ArcGIS\Desktop10.1\bin
C:\ArcGIS\Desktop10.1\arcpy
C:\ArcGIS\Desktop10.1\ArcToolbox\Scripts&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Option 2.&lt;/STRONG&gt;&lt;SPAN&gt; The ArcGIS Desktop installer looks for a registry keys to see if Python is already&amp;nbsp; installed. My guess is ActivePython is not populating this key, while the generic Python install does. This involves editing the registry and guessing at the checks in the Esri's setup.msi, so I feel this is less desirable -- unless you open an incident and get some help from Esri.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;HKLM\SOFTWARE\Python\PythonCore\2.7\InstallPath\InstallGroup&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:25:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-i-get-arcgis-to-install-python-on-my/m-p/185827#M14294</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-12-11T09:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get ArcGIS to install Python on my current Python install?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-i-get-arcgis-to-install-python-on-my/m-p/185828#M14295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the helpful tip.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was wondering, however, if the desktop.pth file would accept a network path.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to have my programming machine separate from my GIS machine, for example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PC1 has ArcGIS Desktop and PC2 has Python and the Eclipse IDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So would it be possible to make PC2 find and use arcpy from PC1?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or alternatively, is there some way to just copy arcpy over and instruct it where to find the license information?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 17:31:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-i-get-arcgis-to-install-python-on-my/m-p/185828#M14295</guid>
      <dc:creator>VeniaminPapadopoulos</dc:creator>
      <dc:date>2013-02-14T17:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get ArcGIS to install Python on my current Python install?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-i-get-arcgis-to-install-python-on-my/m-p/185829#M14296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thank you for the helpful tip.&lt;BR /&gt;I was wondering, however, if the desktop.pth file would accept a network path.&lt;BR /&gt;&lt;BR /&gt;I would like to have my programming machine separate from my GIS machine, for example.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I haven't tried it, but I would think it quite unlikely that arcpy would work without ArcGIS installed on the computer on which you are executing your script. ArcPy is an interface to communicate with ArcGIS, not a standalone python package.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 18:36:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-i-get-arcgis-to-install-python-on-my/m-p/185829#M14296</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2013-02-14T18:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get ArcGIS to install Python on my current Python install?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-i-get-arcgis-to-install-python-on-my/m-p/185830#M14297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks. Useful to know that!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Update: I tried it and, like you suggested, it does not work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It does find the arcpy through the network but Python throws errors.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 18:58:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-i-get-arcgis-to-install-python-on-my/m-p/185830#M14297</guid>
      <dc:creator>VeniaminPapadopoulos</dc:creator>
      <dc:date>2013-02-14T18:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get ArcGIS to install Python on my current Python install?</title>
      <link>https://community.esri.com/t5/python-questions/how-do-i-get-arcgis-to-install-python-on-my/m-p/185831#M14298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's what I ended up doing-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to download and install the following libraries before you install ArcGIS 10.1:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NumPy 1.6.1-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://sourceforge.net/projects/numpy/files/NumPy/1.6.1/numpy-1.6.1-win32-superpack-python2.7.exe/download" rel="nofollow" target="_blank"&gt;http://sourceforge.net/projects/numpy/files/NumPy/1.6.1/numpy-1.6.1-win32-superpack-python2.7.exe/download&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Madplotlib 1.1.1-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.1/matplotlib-1.1.1.win32-py2.7.exe/download" rel="nofollow" target="_blank"&gt;http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.1/matplotlib-1.1.1.win32-py2.7.exe/download&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you do this, ArcGIS will use your already existing Python 2.7 install.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 21:32:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-do-i-get-arcgis-to-install-python-on-my/m-p/185831#M14298</guid>
      <dc:creator>IanBroad2</dc:creator>
      <dc:date>2013-02-27T21:32:11Z</dc:date>
    </item>
  </channel>
</rss>

