ohmybash / oh-my-bash

A delightful community-driven framework for managing your bash configuration, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
https://ohmybash.github.io
MIT License
5.53k stars 624 forks source link

Problems with bobby-python theme #578

Open thiagos98 opened 1 day ago

thiagos98 commented 1 day ago

I selected bobby-python theme inside .bashrc file image , when I recompile my bashrc, I get the follow error in my terminal: Screenshot from 2024-06-30 21-36-09 I can't use this theme, do you know that can happens?

akinomyoga commented 1 day ago

What is the result of the following command in your environment?

$ python --version

I guess it contains the character `, but I want confirmation of that.

akinomyoga commented 1 day ago

I pushed a fix ece0ed32cf8c5da5ed2c0615824e9b4648ad063e, though it really solves the issue you experience. Could you update oh-my-bash and see if the problem is solved?