2016-11-30 42 views

回答

1
from distutils.spawn import find_executable 
if find_executable('latex'): print("latex installed") 

這應該做你想做的。

相關問題