jupyter notebook查看当前解释器位置

代码:

import sys
print(sys.version)
print(sys.executable)

 

你可能感兴趣的:(一些基本操作,python)