User Tools

Site Tools


linux:spyder

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:spyder [2016/11/21 13:41] – [Know issue:] jansenlinux:spyder [2017/12/08 10:18] – [Know issue:] jansen
Line 4: Line 4:
 See also [[https://github.com/spyder-ide]] See also [[https://github.com/spyder-ide]]
  
-===== Know issue: =====+===== Know issue: incompatible preferences ===== 
 +Between Fedora 25 and Fedora 27, spyder's preferences have become incompatible. It is advisable to start with default preferences, ie: get rid of all your own settings. This can be achieved by running 
 + 
 +  spyder --reset # or 
 +  spyder3 --reset 
 + 
 +(or manually tracking down all the saved configuration files, in ''.spyder{2,3}'', ''.config/spyder*'' and perhaps other locations) 
 + 
 +===== Know issue: PYTHONPATH (SOLVED) ===== 
 +This issue is solved in the version that comes with [[Fedora 27]] 
 + 
 +In previous versions: 
 When we update ipython, spyder doesn't know about this and refuses to start an ipython kernel. The solution is to tell spyder where to look for python modules, since it doesn't seem to use python's built-in sys.path. When we update ipython, spyder doesn't know about this and refuses to start an ipython kernel. The solution is to tell spyder where to look for python modules, since it doesn't seem to use python's built-in sys.path.
 Open spyder, go to the tools menu, and choose PYTHONPATH manager. There, enter the path to use.  Open spyder, go to the tools menu, and choose PYTHONPATH manager. There, enter the path to use. 
 For python 2.7:  For python 2.7: 
   /software/local/lib64/python2.7/site-packages   /software/local/lib64/python2.7/site-packages
-  For python 3.4: /software/local/lib64/python3.4/site-packages+For python 3.4:  
 +  /software/local/lib64/python3.4/site-packages
      
 Similarly, it may be necessary to add your own PYTHONPATH additions here as well, if these directories include modules that are needed to start the ipython kernel (probably only for private versions of ipython or jupyter, but perhaps also for software built upon ipython) Similarly, it may be necessary to add your own PYTHONPATH additions here as well, if these directories include modules that are needed to start the ipython kernel (probably only for private versions of ipython or jupyter, but perhaps also for software built upon ipython)
linux/spyder.txt · Last modified: 2024/01/29 16:52 by jansen