Access to arcgis.gis from a computer where Pro is not installed

877
4
Jump to solution
03-31-2021 08:16 AM
MingHome
New Contributor III

Dear Community,

We have ArcGIS Enterprise license and Pro installed on a number PCs. Usually, we run our Python scripts and get ArcGIS API for Python libraries from "...\Pro\bin\Python\envs\arcgispro-py3\python.exe".

Issue: Now, I want to execute a script from a PC where Pro is not installed (set an auto-run on schedule using Window's scheduling program and need to access some data on that PC). Can I do this? And How?

Thanks,

Ming

0 Kudos
1 Solution

Accepted Solutions
4 Replies
JoshuaBixby
MVP Esteemed Contributor
MingHome
New Contributor III

Thanks for the reply and I will give a test ASAP!

Will it work if I just simply copy the "C:\Program Files\ArcGIS\Pro\bin\Python" folder (including all the sub folders) from a PC to this PC?

Ming

0 Kudos
jcarlson
MVP Esteemed Contributor

You'll probably want to give it a fresh install to avoid issues. Plus for a python environment separate from Pro, you can pare down the installed modules and save space.

- Josh Carlson
Kendall County GIS
0 Kudos
MingHome
New Contributor III

Got it!

Thanks!!

0 Kudos