<?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 Is there an easy way to go back and forth between Python 32 and Python 64? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/is-there-an-easy-way-to-go-back-and-forth-between/m-p/146154#M11421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was just wondering this the other day. I moved to Python 64 background processing a while ago, but there are certain tools I want to use that still need Python 32.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to keep Python 64 background processing but be able to go back to Python 32 every once in a while without having to uninstall 64.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jul 2015 19:02:19 GMT</pubDate>
    <dc:creator>MichaelSouffront</dc:creator>
    <dc:date>2015-07-15T19:02:19Z</dc:date>
    <item>
      <title>Is there an easy way to go back and forth between Python 32 and Python 64?</title>
      <link>https://community.esri.com/t5/python-questions/is-there-an-easy-way-to-go-back-and-forth-between/m-p/146154#M11421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was just wondering this the other day. I moved to Python 64 background processing a while ago, but there are certain tools I want to use that still need Python 32.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to keep Python 64 background processing but be able to go back to Python 32 every once in a while without having to uninstall 64.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 19:02:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-an-easy-way-to-go-back-and-forth-between/m-p/146154#M11421</guid>
      <dc:creator>MichaelSouffront</dc:creator>
      <dc:date>2015-07-15T19:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to go back and forth between Python 32 and Python 64?</title>
      <link>https://community.esri.com/t5/python-questions/is-there-an-easy-way-to-go-back-and-forth-between/m-p/146155#M11422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that you have ruled out a direct launch of each versions's *.exe ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 19:51:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-an-easy-way-to-go-back-and-forth-between/m-p/146155#M11422</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-07-15T19:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to go back and forth between Python 32 and Python 64?</title>
      <link>https://community.esri.com/t5/python-questions/is-there-an-easy-way-to-go-back-and-forth-between/m-p/146156#M11423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How would you perform a direct launch of each version's exe?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 20:11:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-an-easy-way-to-go-back-and-forth-between/m-p/146156#M11423</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2015-07-15T20:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to go back and forth between Python 32 and Python 64?</title>
      <link>https://community.esri.com/t5/python-questions/is-there-an-easy-way-to-go-back-and-forth-between/m-p/146157#M11424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How exactly are you running Python?&amp;nbsp; The interactive Python window in ArcGIS?&amp;nbsp; IDLE?&amp;nbsp; Stand-alone Python console?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 20:31:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-an-easy-way-to-go-back-and-forth-between/m-p/146157#M11424</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2015-07-15T20:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to go back and forth between Python 32 and Python 64?</title>
      <link>https://community.esri.com/t5/python-questions/is-there-an-easy-way-to-go-back-and-forth-between/m-p/146158#M11425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am calling either a python script directly from Windows Task Scheduler or I am calling the python script from a bat file that is called from Windows Task Scheduler.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 20:34:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-an-easy-way-to-go-back-and-forth-between/m-p/146158#M11425</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2015-07-15T20:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to go back and forth between Python 32 and Python 64?</title>
      <link>https://community.esri.com/t5/python-questions/is-there-an-easy-way-to-go-back-and-forth-between/m-p/146159#M11426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Notice the forked paths.&amp;nbsp; When ArcGIS 10.3 was installed, it wanted its own version of the various ways of starting 'python' in this example, IDLE.&amp;nbsp; Depending on your installation your Python27 or Python3X will have its own path, which may be supplemented with some reference to ArcGIS depending upon when in the sequence of installs, your flavor of python appeared.&amp;nbsp; It is worth while figuring out which version to use and whether you want ArcGIS involved or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Python27\Lib\idlelib\idle.pyw&lt;/P&gt;&lt;P&gt;C:\Python27\ArcGIS10.3\Lib\idlelib\idle.pyw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 21:00:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-an-easy-way-to-go-back-and-forth-between/m-p/146159#M11426</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-07-15T21:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to go back and forth between Python 32 and Python 64?</title>
      <link>https://community.esri.com/t5/python-questions/is-there-an-easy-way-to-go-back-and-forth-between/m-p/146160#M11427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are running stand-alone scripts from either Task Scheduler or a batch file, then you will want to focus on file type associations in Windows:&amp;nbsp; &lt;A href="http://windows.microsoft.com/en-us/windows/change-default-programs#1TC=windows-7" rel="nofollow noopener noreferrer" target="_blank"&gt;Change which programs Windows uses by default&lt;/A&gt;.&amp;nbsp; You will want to focus on "Associate a file type with a program."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The hard part about knowing which Python environment is associated with Python scripts (*.py) is that both are called "python.exe" so the information provided to the user is rather uninformative:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="117501" alt="windows_py_file_type_association.PNG" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/117501_windows_py_file_type_association.PNG" style="height: auto; margin-left: 60px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the "Browse" button to find the desired, i.e., 32- or 64-bit, python.exe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think a better way to handle the situation is to explicitly pick/set the Python environment when you are calling the script from the Task Scheduler or Command Prompt.&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;rem Relying on default file-type association
C:\&amp;gt;tmp\echo_python_version.py
2.7.8 (default, Jun 30 2014, 16:08:48) [MSC v.1500 64 bit (AMD64)]

rem Explicitly using 32-bit Python
C:\&amp;gt;C:\Python27\ArcGIS10.3\python.exe tmp\echo_python_version.py
2.7.8 (default, Jun 30 2014, 16:03:49) [MSC v.1500 32 bit (Intel)]

rem Explicitly using 64-bit Python
C:\&amp;gt;C:\Python27\ArcGISx6410.3\python.exe tmp\echo_python_version.py
2.7.8 (default, Jun 30 2014, 16:08:48) [MSC v.1500 64 bit (AMD64)]&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:58:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-an-easy-way-to-go-back-and-forth-between/m-p/146160#M11427</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2021-12-11T07:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to go back and forth between Python 32 and Python 64?</title>
      <link>https://community.esri.com/t5/python-questions/is-there-an-easy-way-to-go-back-and-forth-between/m-p/146161#M11428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're already executing the python script from task schedule using a batch file the easiest option would be to point to the python.exe you're needing to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;STRONG&gt;2-bit python to execute arcpy from batch against Desktop&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;cd C:\Python\Python27\ArcGIS10.3
python Drive:\Path\To\Script.py &amp;lt;Arguments&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;64-bit python to execute arcpy from batch against Desktop&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;cd C:\Python\Python27\ArcGISx6410.3
python Drive:\Path\To\Script.py &amp;lt;Arguments&amp;gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;64-bit python to execute arcpy from batch against Pro&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;cd C:\Python\Python34
python Drive:\Path\To\Script.py &amp;lt;Arguments&amp;gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the ArcMap UI you can handle this by requiring that some of your tools on run in the foreground (i.e. 32-bit). If the 64-bit background gp is installed then any tool run in the background would run in 64-bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While you're developing the python code I would suggest using a IDE that allows you to specify the python executable. This would be easier than having to worry about the consequences of messing with the file associations on the machine. I typically work with the paid version of WingIDE and it will allow you to easily switch the python executable. For production I typically either write up a batch command to hard code the version of python to run against or I use python to write the batch file and fire off a DOS command to execute the batch file. Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:58:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-an-easy-way-to-go-back-and-forth-between/m-p/146161#M11428</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2021-12-11T07:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to go back and forth between Python 32 and Python 64?</title>
      <link>https://community.esri.com/t5/python-questions/is-there-an-easy-way-to-go-back-and-forth-between/m-p/146162#M11429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really like using python scripts as script tools from ArcGIS. For one thing, you can use all the nifty parameter validation which saves a lot of time. Also you don't&amp;nbsp; need to wait for arcpy to import every time you run your script - if you run the script "in process" it will use the arcpy ArcMap already imported. There are two options to control how script tools are run that affect 32/64 because only background processing is 64 bit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Geoprocessing options - disable background processing, your script tool will run from 32-bit arcmap&lt;/P&gt;&lt;P&gt;2. Script tool properties - check the box "Always run in foreground" (foreground is 32 bit)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 18:23:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-an-easy-way-to-go-back-and-forth-between/m-p/146162#M11429</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2015-07-16T18:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an easy way to go back and forth between Python 32 and Python 64?</title>
      <link>https://community.esri.com/t5/python-questions/is-there-an-easy-way-to-go-back-and-forth-between/m-p/146163#M11430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;If you want to use Python 32Bit, set PYTHONHOME to the appropriate python.exe-Path:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; font-size: 11pt; mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;&amp;gt;set PYTHONHOME=C:\Python27\ArcGIS10.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: arial,helvetica,sans-serif; font-size: 11pt; mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;Installing Modules:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: arial,helvetica,sans-serif; font-size: 11pt; mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;Change to the unpacked Module-Code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: DE; font-size: 11pt; font-family: arial,helvetica,sans-serif; mso-bidi-language: AR-SA;"&gt;eg:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: DE-CH; mso-fareast-language: DE; font-size: 11pt; font-family: 'Courier New'; mso-bidi-language: AR-SA;"&gt;&amp;gt;cd c:\Temp\Python27\setuptools-5.4.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: DE-CH; mso-fareast-language: DE; font-size: 11pt; font-family: 'Courier New'; mso-bidi-language: AR-SA;"&gt;&lt;SPAN style="mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: DE-CH; mso-fareast-language: DE; font-size: 11pt; font-family: 'Courier New'; mso-bidi-language: AR-SA;"&gt;&amp;gt;C:\Python27\ArcGIS10.2\python.exe setup.py install&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: DE-CH; mso-fareast-language: DE; font-size: 11pt; font-family: arial,helvetica,sans-serif; mso-bidi-language: AR-SA;"&gt;When installing with "pip install Module", run pip 32Bit:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: DE-CH; mso-fareast-language: DE; font-size: 11pt; font-family: 'Courier New'; mso-bidi-language: AR-SA;"&gt;C:\Python27\ArcGIS10.2\Scripts\pip.exe install Module&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: DE-CH; mso-fareast-language: DE; font-size: 11pt; font-family: arial,helvetica,sans-serif; mso-bidi-language: AR-SA;"&gt;Running Python 32Bit:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; font-size: 11pt; mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;&lt;SPAN style="mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: DE-CH; mso-fareast-language: DE; font-size: 11pt; font-family: 'Courier New'; mso-bidi-language: AR-SA;"&gt;&amp;gt;C:\Python27\ArcGIS10.2\python.exe yourcode.py&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you want to use Python 64Bit, set PYTHONHOME to the appropriate python.exe-Path:&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; font-size: 11pt; mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; font-size: 11pt; mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;&amp;gt;set PYTHONHOME=C:\Python27\ArcGISx6410.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: arial,helvetica,sans-serif; font-size: 11pt; mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;Installing Modules:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: arial,helvetica,sans-serif; font-size: 11pt; mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;Change to the unpacked Module-Code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: DE; font-size: 11pt; font-family: arial,helvetica,sans-serif; mso-bidi-language: AR-SA;"&gt;eg:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: DE-CH; mso-fareast-language: DE; font-size: 11pt; font-family: 'Courier New'; mso-bidi-language: AR-SA;"&gt;&amp;gt;cd c:\Temp\Python27\setuptools-5.4.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: DE-CH; mso-fareast-language: DE; font-size: 11pt; font-family: 'Courier New'; mso-bidi-language: AR-SA;"&gt;&lt;SPAN style="mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: DE-CH; mso-fareast-language: DE; font-size: 11pt; font-family: 'Courier New'; mso-bidi-language: AR-SA;"&gt;&amp;gt;C:\Python27\ArcGISx6410.2\python.exe setup.py install&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: DE-CH; mso-fareast-language: DE; font-size: 11pt; font-family: arial,helvetica,sans-serif; mso-bidi-language: AR-SA;"&gt;When installing with "pip install Module", run pip 64Bit:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: DE-CH; mso-fareast-language: DE; font-size: 11pt; font-family: 'Courier New'; mso-bidi-language: AR-SA;"&gt;C:\Python27\ArcGISx6410.2\Scripts\pip.exe install Module&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: DE-CH; mso-fareast-language: DE; font-size: 11pt; font-family: arial,helvetica,sans-serif; mso-bidi-language: AR-SA;"&gt;Running Python 64Bit:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; font-size: 11pt; mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;&lt;SPAN style="mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: DE-CH; mso-fareast-language: DE; font-size: 11pt; font-family: 'Courier New'; mso-bidi-language: AR-SA;"&gt;&amp;gt;C:\Python27\ArcGISx6410.2\python.exe yourcode.py&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Courier New'; font-size: 11pt; mso-bidi-font-size: 10.0pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: DE; mso-bidi-language: AR-SA;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Always install all Python-Modules in 32 and 64Bit:&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 06:12:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-an-easy-way-to-go-back-and-forth-between/m-p/146163#M11430</guid>
      <dc:creator>UlrichMerz</dc:creator>
      <dc:date>2015-07-17T06:12:38Z</dc:date>
    </item>
  </channel>
</rss>

