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。
【參考連結】
- Can’t start Anaconda Navigator in Manjaro Linux – Google Groups
- GOLD (in) – anaconda
[…] After the installation of XAMPP,The next step is the same as the previous installation Anaconda,The establishment of a startup icon for the program (bit Windows […]