Universe = vanilla Requirements = (Target.Opsys == "LINUX" && Target.Arch == "X86_64" && HAS_PYTHON_3_8_12=?=True) Request_Memory = 1000 Log = python.log Output = python.out Error = python.error Notification = Error Should_Transfer_Files = Yes When_To_Transfer_Output = ON_EXIT Executable = /opt/anaconda3/envs/python38/bin/python # For different Python versions use the executable name from the table above Transfer_Executable = False Arguments = calculate_pi.py 100000 Environment = PYTHONHOME=/opt/anaconda3/envs/python38 # For different Python versions use the Environment from the table above Transfer_Input_Files = calculate_pi.py Queue