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

Installation issue on ubuntu 24.04.1 #14

Open
GreenShyDude opened this issue Oct 24, 2024 · 3 comments
Open

Installation issue on ubuntu 24.04.1 #14

GreenShyDude opened this issue Oct 24, 2024 · 3 comments

Comments

@GreenShyDude
Copy link

During the installation the program returns this output:

+ rm -rf venv
+ python3 -m venv venv
+ source venv/bin/activate
install.sh: 16: source: not found

Python depen dency are installed and kitty is installed
the venv directoy is create successfully during the process and the file activate is there

@DavideGalilei
Copy link
Contributor

This is because source is a bash builtin, and it's not present in sh. I tried to fix this in #15, please check if it works in my fork's fix-sh-install branch:

  • git clone https://github.com/DavideGalilei/pokemon-icat.git
  • git checkout fix-sh-install
  • sh install.sh or ./install.sh (please try both)

@GreenShyDude
Copy link
Author

Oki, I'll try it asap and give you a feedback, thanks for the support

@DavideGalilei
Copy link
Contributor

@GreenShyDude hi, is there any update?

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