dotly icon indicating copy to clipboard operation
dotly copied to clipboard

Python not found

Open Ceres6 opened this issue 3 years ago • 2 comments

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.

Ceres6 avatar Nov 11 '22 13:11 Ceres6

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?

alebak avatar Nov 14 '22 04:11 alebak

Hi @alebak

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

Thanks for the suggestion, though.

Ceres6 avatar Nov 16 '22 16:11 Ceres6