Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save y56/703c1b116211ee8585bcd27c37606025 to your computer and use it in GitHub Desktop.
Save y56/703c1b116211ee8585bcd27c37606025 to your computer and use it in GitHub Desktop.
spyder4 on conda anaconda miniconda along with apt spyder3
apt has its spyder3 (3.2.6)
let's install miniconda
download here https://docs.conda.io/en/latest/miniconda.html
run
$ sh Miniconda3-latest-Linux-x86_64.sh
use miniconda to install spyder4
$ conda install spyder
so I can have them both
to set conda by
$ conda config --set auto_activate_base false
so it won't be activated at startup
don't change the .bashrc
use
$ conda run spyder
to run spyder4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment