Duck Spyder as a launcher which is installed through Anaconda on Ubuntu17.4 -


after installing anaconda(3 or higher) includes spyder. isn't known independent application. problem kind of having spyder ubuntu doesn't allow duck or add spyder shortcut on desktop or add favorite. therefore, every time need run spyder, have run through command line: $ spyder not best , fast way run it.

on other hand, have spyder , based on it's official website not recommended have double installed: https://pythonhosted.org/spyder/installation.html

so need way allows me have shortcut spyder on desktop or favorites list or on duck.

after searching lot, here has worked me: copy launcher /usr/share/applications/. right click , go properties, change command line spyder path:

~/anaconda/bin/spyder

note: can spyder path typing: $ spyder

change rest of info description , icon well.

changing icon: after having app copied app , has got new name, description , ... want change icon well. need double click on app icon, ask choose icon. have 2 ways, first search on computer "spyder" see have spyder icon , choose it. or second, search on internet , download spyder icon , select on pop window.

now have app launcher connected spyder(in anaconda), copy launcher ~/.local/share/applications/, , should pop in application menu.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -