Select to view content in your preferred language

Package Manager default environment

265
2
4 weeks ago
GISAdminGeorgeWeiss
New Contributor

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!

0 Kudos
2 Replies
DanPatterson
MVP Esteemed Contributor

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


... sort of retired...
0 Kudos
elinawilliams
New Contributor

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

0 Kudos