Dear Pumas community,
I need to check the version of (Deep)Pumas I am using for certain reason. So I tried to display it by ] status
in REPL, but it doesn’t work. Could anyone tell me how to check the version of Pumas?
Thank you!
Masato
Dear Pumas community,
I need to check the version of (Deep)Pumas I am using for certain reason. So I tried to display it by ] status
in REPL, but it doesn’t work. Could anyone tell me how to check the version of Pumas?
Thank you!
Masato
Hi Masato,
your approach of running ] status
is a good one, but it seems that we need to activate the right environment first.
] activate ~/.julia/environments/v1.7
] st Pumas
I’ll see if I can make this environment activated by default in the future, but for now I hope that the above code get’s you what you need.
Hi Niklas,
It worked! Thank you. - Masato