Yade 2019.01a uses python2 or python3

Asked by Leonard

Hi,
Just a quick question.
I moved to Ubuntu19.04, and installed Yade 2019.01a.
I wonder which python version Yade 2019.01a uses, so that I will install anaconda 2 or 3 correspondingly.
Thanks,
Leonard

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Jan Stránský
Solved:
Last query:
Last reply:
Revision history for this message
Best Jan Stránský (honzik) said :
#1

Hi,
start Yade and execute:
import sys; print(sys.version)
it will tell you the python version used
cheers
Jan

Revision history for this message
Leonard (z2521899293) said :
#2

Thanks Jan Stránský, that solved my question.