Select to view content in your preferred language

Activate conda environment on ArcGIS Server for Linux

112
1
Thursday
EvelynHsu
Regular Contributor

On a disconnected ArcGIS Server for linux environment, trying to install deeplearning backbones following the instructions here: https://esri.maps.arcgis.com/home/item.html?id=2ee4a8305733432daeb084d36d2f70c6 

 

My questions:

1. Running the conda command gives "command not found" error. Something missing with the environmental path? 

2. Without running "conda install", can I just place the checkpoints files in /home/<username>/.cache/torch/hub/checkpoints path directly? 

 

Any help is appreciated! 

0 Kudos
1 Reply
CodyPatterson
MVP Regular Contributor

Hey @EvelynHsu 

I would first check to see if Conda is installed, using conda --version and if that is good, then it may be a path issue. If it still fails, I would check the installation folder and ensure that it's added to PATH, something like this here: https://stackoverflow.com/questions/18675907/how-can-i-run-conda

Cody

0 Kudos