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

Python not found #227

Open
Ceres6 opened this issue Nov 11, 2022 · 2 comments
Open

Python not found #227

Ceres6 opened this issue Nov 11, 2022 · 2 comments

Comments

@Ceres6
Copy link

Ceres6 commented Nov 11, 2022

When I try to run dot self install it needs to use python. Actually python is installed in the computer (MacOS) under the name of python3 (which I don't get why it isn't able to accept that). I tried aliasing it in aliases.sh, .zshrc and .bashrc but wasn't able to make it detect it. Furthermore, the script offers you to install python itself but then it is unable to do so.

🤔 python is a dependency of this script. Should this be installed? [Y/n]: y
❌ python could not be installed

Have anyone run into similar issues. I'm getting lots of problems like this one, I really like the idea but I'm having a really hard time making it work.

Thanks in advance for any help.

@alebak
Copy link

alebak commented Nov 14, 2022

Hello @Ceres6,

I solved this by running the following:

sudo apt install python-is-python3

But "dotly" still doesn't work in Ubuntu 22.04 LTS. This is the current style of my terminal:

image

Did you manage to correct it and make it work?

@Ceres6
Copy link
Author

Ceres6 commented Nov 16, 2022

Hi @alebak

Yes, finally I made it work with pyenv following this guide

Thanks for the suggestion, though.

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