After Manjaro Anaconda installation,Find a place to start

A recent study in python,Curriculum development environment using anaconda,Operator interface intuitive feeling,Home wanted to try Manjaro also install up exercises,But a little too smooth。The first installation failed because of lack of space,I realized that anaconda also need to use up the space of a few G,It should be because there are many relationships kit。

 

 

After solving the space problem,Managed to install up to anaconda,But after the installation,How to start but can not find it,Recognizing the continued successful installation,They will wonder how no place to start,After the Internet search,The original program is located “/opt/anaconda/bin” under,And a need to manually add their own apps shortcut,Otherwise, every time you have to execute the next instruction to execute 。

 

1. Use sudo to perform a text editor,I was wxMEdit。

sudo wxmedit
 

2. Paste the following。

[Desktop Entry]
Version=1.0
Type=Application
Name=Anaconda-Navigator
GenericName=Anaconda
Comment=Scientific PYthon Development EnviRonment - Python3
Exec=bash -c 'source /opt/anaconda/bin/activate && anaconda-navigator'
Categories=Development;Science;IDE;Qt;Education;
Icon=python
Terminal=false
StartupNotify=true
MimeType=text/x-python;
 

3. Save to “/usr/share/applications”,File named “anaconda-navigator.desktop”。

 

4. After Anaconda-Navigator can be found through search。

 

【參考連結】

1 則留言

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.