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

Update install.sh: handle when python is not installed #766

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

deftdawg
Copy link
Contributor

@deftdawg deftdawg commented Mar 7, 2025

Working on bring exo up on my Steam Deck, install.sh didn't handle Python3 not being installed...
Refactored install.sh to handle that better, test below:

# ./install.sh # No python3
Python 3.12 is not installed, please install Python 3.12

# nix profile install nixpkgs#python310
# ./install.sh # python3.10
recommended version of Python to run exo with is Python 3.12, but Python 3.10.16 is installed. Proceeding with Python 3.10.16

# nix profile remove python310
# nix profile install nixpkgs#python312
# ./install.sh # python3.12
Python 3.12 is installed, proceeding with python3.12...

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

Successfully merging this pull request may close these issues.

1 participant