Created
April 30, 2020 05:21
-
-
Save y56/703c1b116211ee8585bcd27c37606025 to your computer and use it in GitHub Desktop.
spyder4 on conda anaconda miniconda along with apt spyder3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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