Recently my anaconda/python installation was moved from worspace01 to workspace02 partition in linux. I have changed all the environment variables manually still it shows there is a conflict with the old address. Did I miss out somewhere?
[nahiyank@venus]$ spyder bash: /local/workspace02/nahiyank/anaconda/bin/spyder: /local/workspace01/nahiyank/anaconda/bin/python: bad interpreter [nahiyank@cc08]$ $PATH bash: /local/workspace02/nahiyank/anaconda/bin::/local/workspace02/nahiyank/anaconda/bin:/local/workspace02/nahiyank/anaconda/bin:/local/workspace02/nahiyank/anaconda/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/var/cfengine/bin:/home/u13/nahiyank/bin:.: No such file or directory [nahiyank@cc08]$ cat .bashrc | grep anaconda export PATH="/local/workspace02/nahiyank/anaconda/bin:$PATH" However, my python is working perfectly which is using the same anaconda framework [nahiyank@cc08]$ python Python 3.6.0 |Anaconda 4.3.0 (64-bit)| (default, Dec 23 2016, 12:22:00) [GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux Type "help", "copyright", "credits" or "license" for more information. [nahiyank@cc03]$ spyder This application failed to start because it could not find or load the Qt platform plugin "xcb" in "". Reinstalling the application may fix this problem. Aborted (core dumped) The second question is how should i reinstall it as I am not able to use pip install. -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
