HOW TO
ArcGIS Pro provides a user-friendly interface to manage Python environments with the Python Package Manager; a tool that can create, clone, activate and remove Python environments. However in some instances, the Manage Environment dialog does not allow cloning or creating a new environment.
As a workaround, Python environments can be cloned using the Python Command Prompt. Use the instructions provided in this article.
conda env list
conda create --clone <environment to clone> --name <new environment name>
Note: For this example, the command is: conda create --clone arcgispro-py3 --name arcgispro-py3_clone
Alternatively, to clone the environment to a specific directory path, enter the command as:
conda create --clone <environment to clone> -p <path><new environment name>
Note: For this example, the command is: conda create --clone arcgispro-py3 -p C:\ProgramFiles\ArcGIS\Pro\bin\Python\envs\arcgispro-py3_clone3
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen