Skip to content
Snippets Groups Projects
Commit 24cc0b35 authored by Christof Kaufmann's avatar Christof Kaufmann
Browse files

Change install dir to miniforge3 in desktop files

parent 4b79e3d1
Branches
No related tags found
No related merge requests found
[Desktop Entry]
Exec=bash -c "source ~/.local/opt/mambaforge/etc/profile.d/conda.sh && conda activate base && spyder"
Exec=bash -c "source ~/.local/opt/miniforge3/etc/profile.d/conda.sh && conda activate base && spyder"
GenericName=Python IDE
Icon=/home/john/.local/opt/mambaforge/lib/python3.10/site-packages/spyder/images/spyder.svg
Icon=/home/john/.local/opt/miniforge3/lib/python3.10/site-packages/spyder/images/spyder.svg
MimeType=text/x-python;
Name=Spyder
Type=Application
[Desktop Entry]
Exec=bash -c "source ~/.local/opt/mambaforge/etc/profile.d/conda.sh && conda activate ml && spyder"
Exec=bash -c "source ~/.local/opt/miniforge3/etc/profile.d/conda.sh && conda activate ml && spyder"
GenericName=Python IDE
Icon=/home/john/.local/opt/mambaforge/envs/ml/lib/python3.10/site-packages/spyder/images/spyder.svg
Icon=/home/john/.local/opt/miniforge3/envs/ml/lib/python3.10/site-packages/spyder/images/spyder.svg
MimeType=text/x-python;
Name=Spyder
Type=Application
[Desktop Entry]
Exec=bash -c "source ~/.local/opt/mambaforge/etc/profile.d/conda.sh && conda activate weai && spyder"
Exec=bash -c "source ~/.local/opt/miniforge3/etc/profile.d/conda.sh && conda activate weai && spyder"
GenericName=Python IDE
Icon=/home/john/.local/opt/mambaforge/envs/weai/lib/python3.10/site-packages/spyder/images/spyder.svg
Icon=/home/john/.local/opt/miniforge3/envs/weai/lib/python3.10/site-packages/spyder/images/spyder.svg
MimeType=text/x-python;
Name=Spyder
Type=Application
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment