Unanswered
			
			
 
			
	
		
			
		
		
		
		
	
			
		
		Hi Everybody,
I'M Running Experiments Inside A Docker Which Includes Multiple Python Instances, Some Of Them Are Inside Conda Environments.
How Can I Specify The Agent To Use A Specific Conda Environment Inside The Docker?
Hi  CrookedWalrus33
the python version is auto detected and register in "manual execution" time (i.e. when you run your code on your machine).
That said this is a suggestion for the agent, and only if it can actually find the matching Python version it will use it, otherwise it will use whatever is
available (i.e. Look through the PATH environment for a matching  pythonX.Y  executable)
The easiest way to support would just make sure the python binary's path is added to the PATH env.
Does that make sense ?
302 Views
				0
Answers
				
					 
	3 years ago
				
					
						 
	2 years ago