Install Spyder 3.x for python3 under Ubuntu 16.04 / Linux Mint 18.3

Use pip to ensure a current version for python3 – use pip3:


pip3 install -U --user spyder

respectively, if you are using python2:


pip install -U --user spyder

Schreibe einen Kommentar