-
Notifications
You must be signed in to change notification settings - Fork 7
use python3 #122
Comments
A complication might be that the SIRF-exercises notebooks had to include python2 kernel name, even though some of them have python3, e.g.
|
|
also I presume ubuntu 20.04LTS will default to py3. |
So I tested with a jupyter notebook based on python2 and the following code was issued by the terminal:
|
This seems unrelated. Best to try again after a reboot of the VM. |
@casperdcl you say
After |
The other thing though is to make sure that |
We're using CMake 3.13. We should probably by using |
Assuming
Then it would depend on the order in PATH whether jupyter For our purposes (vm/docker) we can definitely fully control this (incl. e.g. setting a default py2 kernel for py3 jupyter) |
some other things to think about when upgrading:
|
I've removed the pin to |
please create the PR. |
closed with #170 |
Python2 becomes more and more of a problem. We now fail to install spyder, see #121.
Sadly, on Ubuntu 18.04, default
python
is still python2.7. I guess we can easily tell the SuperBuild to use python3. But what aboutjupyter
? Will it just work when we usePossibly easiest would be to do
before doing anything python-like at all.
@casperdcl @bathomas what do you think?
The text was updated successfully, but these errors were encountered: