Open spyder in ubuntu

后端 未结 4 656
情书的邮戳
情书的邮戳 2021-02-14 13:53

I want to open spyder(Python IDE) in ubuntu.

Normally I would write \"spyder\" in the shell, and it would open the spyder IDE.

Now when I write spyder in the she

4条回答
  •  渐次进展
    2021-02-14 14:31

    in Ubuntu, just go to your,

     cd home/ 
    

    then go to .spyder2 folder

    cd spyder2 
    

    should get you there

    in terminal, type la in terminal(ls doesn't show the hidden files ) and use,

    rm -f spyder.lock
    

    to delete

提交回复
热议问题