-
Earlier today, I install python 3.12 using So when I downloaded it, all my dependencies were erased. Just running my textual app using I kind of bypassed this using sudo nano ~/.zshrc And then adding an alias: alias textual="python3 -m textual_dev" (The My older python is still accessible using ____@macbook % python3 --version
Python 3.12.2
____@macbook % /usr/bin/python3 --version
Python 3.9.6 I'm proposing just a textual cli option to set the python executable to like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Sorry but I'm struggling to understand the issue here. Are you suggesting you think there's a Textual problem with Python 3.12? Or is this a problem with multiple Python versions installed, which has nothing to do with Textual? |
Beta Was this translation helpful? Give feedback.
I would always install the devtools (and Textual) into my virtual environment.
And don't worry, you're not wasting anyone's time with questions. :-)