I have two different python versions on my macOS, 3.7 (from Anaconda) and 3.8 (installed by Homebrew). I have noticed that Hydrogen kernel uses version 3.7 but couldn't find a way to make it use version 3.8.
When I run it with Hydrogen;
print(sys.version)
>> 3.7.7 (default, Mar 26 2020, 10:32:53)
[Clang 4.0.1 (tags/RELEASE_401/final)]
and from terminal with python3 command
>> 3.8.2 (default, Mar 11 2020, 00:29:50)
[Clang 11.0.0 (clang-1100.0.33.17)]
Can someone guide me please? Thanks!