I've installed spyder3 using:
sudo apt install spyder3
but it loads spyder2 with the splashscreen, etc.
How can I load/install Spyder3? I have Ubuntu 16.04, anaconda 4.2, python 3.5, universe is enabled.
I've installed spyder3 using:
sudo apt install spyder3
but it loads spyder2 with the splashscreen, etc.
How can I load/install Spyder3? I have Ubuntu 16.04, anaconda 4.2, python 3.5, universe is enabled.
In 16.04,spyder is spyder 2.3.8 for python 2 and spyder3 is spyder 2.3.8 for python 3 (source). In Zesty the package sources have Spyder 3.1.3, you can download and try to install it manually. From Zesty on, the package names will be less confusing here: python-spyder for spyder for python 2 and python3-spyder for spyder for python 3. However, no release has different versions of spyder in the package sources.