Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BCML not installing (downloaded miniconda 3.7) #4

Closed
ihastoes31 opened this issue Jan 25, 2023 · 3 comments
Closed

BCML not installing (downloaded miniconda 3.7) #4

ihastoes31 opened this issue Jan 25, 2023 · 3 comments

Comments

@ihastoes31
Copy link

I installed miniconda 3.7 from https://docs.conda.io/en/latest/miniconda.html#linux-installers, launched the install BCML script and got this back;

#!/bin/bash

if test -f ~/miniconda3/condabin/conda &> /dev/null
then
echo "BCML will now be installed. This might take a bit."
zenity --info --text "BCML will now be installed. This might take a bit." --title "BCML Installer" --width=300 &> /dev/null
~/miniconda3/condabin/conda init
~/miniconda3/condabin/conda install -c conda-forge gcc -y
~/miniconda3/condabin/conda install pip -y
~/miniconda3/bin/python -m pip install bcml
mkdir ~/.icons
wget https://github.com/sks316/bcml-steamdeck/raw/main/bcml.png -O ~/.icons/bcml.png
wget https://github.com/sks316/bcml-steamdeck/raw/main/BCML.desktop -O ~/Desktop/BCML.desktop
chmod +x ~/Desktop/BCML.desktop
cp ~/Desktop/BCML.desktop ~/.local/share/applications/BCML.desktop
echo "BCML is now installed. You can access it with the icon on your desktop, or through your application launcher."
zenity --info --text "BCML is now installed. You can access it with the icon on your desktop, or through your application launcher." --title "BCML Installer" --width=300 &> /dev/null
else
echo "Miniconda is missing. Please install Miniconda with Python 3.7, then run this script again."
zenity --error --text "Miniconda is missing. Please install Miniconda with Python 3.7, then run this script again." --title "BCML Installer" --width=300 &> /dev/null
fi
exit

not sure what to do, tried reinstalling(miniconda and BCML installer), installing a different miniconda version(3.8)

@sks316
Copy link
Owner

sks316 commented Jan 25, 2023

That's just the text for the installer script. What exactly did you do, did you download the .desktop file from the releases page or did you download the bash script from the repository?

@ihastoes31
Copy link
Author

ihastoes31 commented Jan 25, 2023

under the releleases section i clicked the link and downloaded the .desktop file, then I made executab,e through properties and double clicked the .desktop file

@ihastoes31
Copy link
Author

I got it to work! I believe I copied the text that showed when I clicked the application into Konsole, and it downloaded, no problems

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants