Yes, I think you are right. Just set  export CLEARML_AGENT_SKIP_PIP_VENV_INSTALL= /home/bar/env/bin/python3  .
I don't think you need to mix. For example if you have a pre-prepared environment then it should something like  export CLEARML_AGENT_SKIP_PIP_VENV_INSTALL=<PATH_TO_ENV_BINARY>
Thank you  CostlyOstrich36  What's the difference between the two environment variables?
Shall I set  export CLEARML_AGENT_SKIP_PIP_VENV_INSTALL=/home/bar/env/bin/python3  orexport CLEARML_AGENT_SKIP_PYTHON_VENV_INSTALL=/home/bar/env/bin/python3  orexport CLEARML_AGENT_SKIP_PIP_VENV_INSTALL=/home/bar/env  andexport CLEARML_AGENT_SKIP_PYTHON_VENV_INSTALL=/home/bar/env/bin/python3
None of them works... CostlyOstrich36 😵💫 😵💫 😵💫
Hi ThoughtfulBadger56 ,
I think these are a the environment variables you're looking for:CLEARML_AGENT_SKIP_PIP_VENV_INSTALL CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL
https://clear.ml/docs/latest/docs/clearml_agent/clearml_agent_env_var
I think the 3rd one, let me know what worked for you
The official doc just gives too much choices but less details about how to set them and the relationships.