<?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: ArcPy Development: Eclipse; PyDev; Virtualenv &amp; Git Repository in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcpy-development-eclipse-pydev-virtualenv-git/m-p/240009#M18679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good ... perhaps &lt;A href="https://community.esri.com/migrated-users/3355"&gt;Curtis Price&lt;/A&gt;​ should have chimed in, since he edited the article you refer to &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Feb 2016 13:44:50 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2016-02-17T13:44:50Z</dc:date>
    <item>
      <title>ArcPy Development: Eclipse; PyDev; Virtualenv &amp; Git Repository</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-development-eclipse-pydev-virtualenv-git/m-p/240006#M18676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been using Eclipse and PyDev as my IDE environment for Python over the last few years. I've not used a virtual environment or git repository up until now as my code has been simple scripts to automate daily tasks within ArcGIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found that managing my scripts and more recently my python programs is becoming more cumbersome. I have Python 2.7.5 32 bit as well as 64 bit installed. I'm using more and more 3rd party site packages such as ArcHydro ; HEC-RAS ; HEC-GeoHMS ; HEC-GeoRAS ; TauDEM to mention just a few. Some of my code is 32 bit as there are no 64 bit packages available or some of ArcGIS tools won't run within 64 bit. My hydrological python programs are 64 bit to take advantage of the additional memory and threading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for advice from the community on best practices (pythonic) for setting up a python development environment using Eclipse\PyDev with Virtualenv and a Git Repository. Based on my current online research its not that straight forward to get the Python versions installed by ArcGIS to work within a virtual environment using Python virtualenv.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 19:24:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-development-eclipse-pydev-virtualenv-git/m-p/240006#M18676</guid>
      <dc:creator>PeterWilson</dc:creator>
      <dc:date>2016-02-15T19:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Development: Eclipse; PyDev; Virtualenv &amp; Git Repository</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-development-eclipse-pydev-virtualenv-git/m-p/240007#M18677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;recent discussions on python environments may be of interest Peter&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migration-blogpost/55511"&gt;Connecting Arcpy to Your Jupyter Notebook&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/message/587316"&gt;Anaconda interfering with running spatial statistics in ArcMap 10.2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and I never got much feedback on my initial post&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/message/582746"&gt;Re: Anaconda use&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paths and stuff are easily handled on clean installations... a bit of digging and fussing for patching things up is needed having spent some time with the site.py script (import site and then run site.main or site._script )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 20:44:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-development-eclipse-pydev-virtualenv-git/m-p/240007#M18677</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-02-15T20:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Development: Eclipse; PyDev; Virtualenv &amp; Git Repository</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-development-eclipse-pydev-virtualenv-git/m-p/240008#M18678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the feedback, I found a solution on the &lt;A href="https://my.usgs.gov/confluence/display/cdi/Home"&gt;USGS&lt;/A&gt; site that might help anyone else wishing the setup &lt;A href="https://eclipse.org/"&gt;Eclipse&lt;/A&gt;\&lt;A href="http://www.pydev.org/"&gt;PyDev&lt;/A&gt; and &lt;A href="https://www.google.co.za/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=2&amp;amp;cad=rja&amp;amp;uact=8&amp;amp;sqi=2&amp;amp;ved=0ahUKEwiunO2Srv7KAhXIBBoKHWMrCFkQFgggMAE&amp;amp;url=https%3A%2F%2Fvirtualenv.readthedocs.org%2F&amp;amp;usg=AFQjCNGleWh6n-UOYCyXWtRDEiu4oP1r1w&amp;amp;bvm=bv.114195076,d.ZWU"&gt;Virtualenv&lt;/A&gt;​.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://my.usgs.gov/confluence/display/cdi/Calling+arcpy+from+an+external+virtual+Python+environment"&gt;Calling arcpy from an external virtual Python environment &lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 08:22:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-development-eclipse-pydev-virtualenv-git/m-p/240008#M18678</guid>
      <dc:creator>PeterWilson</dc:creator>
      <dc:date>2016-02-17T08:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Development: Eclipse; PyDev; Virtualenv &amp; Git Repository</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-development-eclipse-pydev-virtualenv-git/m-p/240009#M18679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good ... perhaps &lt;A href="https://community.esri.com/migrated-users/3355"&gt;Curtis Price&lt;/A&gt;​ should have chimed in, since he edited the article you refer to &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 13:44:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-development-eclipse-pydev-virtualenv-git/m-p/240009#M18679</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-02-17T13:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Development: Eclipse; PyDev; Virtualenv &amp; Git Repository</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-development-eclipse-pydev-virtualenv-git/m-p/240010#M18680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just posted my current method for doing this here. This usercustomize.py method allows you to install as many pythons you want to tweak this script to handle the environment (ie from desktop, from anaconda virtual env, from eclipse, whatever)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migration-blogpost/55540"&gt;Using a user-specific Python startup script&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 20:36:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-development-eclipse-pydev-virtualenv-git/m-p/240010#M18680</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2016-02-18T20:36:05Z</dc:date>
    </item>
  </channel>
</rss>

