hey all (new to python/conda environments), i'm curious, when i go to Package Manager, under "installed (541)" i search boto3 and it is there... does that mean that package is already in my current environment? Is that the default? I have the newest software update as of 9.11.25 THX!
arcpy/docs/ArcGIS-Pro-Python-Distribution-By-Release.pdf at main · Esri/arcpy or
;ists the packages by Pro version
see Available third-party Python libraries—ArcGIS Pro | Documentation
You would have to clone the arcgispro-py3 environment and add packages to it if they conflict with any of the packages in that environment.
It is easier to activate conda and use
conda list
Access conda from a command prompt
hey all (new to python/conda environments), i'm curious, when i go to Package Manager, under "installed (541)" i search boto3 and it is there... does that mean that package is already in my current environment? Is that the default? I have the newest software update as of 9.11.25 THeoiqwo