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

Update index.md #125

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Update index.md #125

wants to merge 2 commits into from

Conversation

Knogobert
Copy link

Added the obvious next step for actually running the TUI which isn’t documented anywhere else. Should help a lot of python noobs out there.

Added the obvious next step for actually running the TUI which isn’t documented anywhere else. Should help a lot of python noobs out there.
Added the obvious next step for actually running the TUI which isn’t documented anywhere else. Should help a lot of python noobs out there.
Comment on lines +39 to +41

# run the TUI
uv tool run --python 3.12 posting

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From my test, I could run without uv, just running posting, right after running uv tool install --python 3.12 posting

Isn't that your case?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this is correct. After installing you should just be able to run posting.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On this macOS machine I'm on python 3.10.9, which is likely the ground cause for that then.
Guessing that it wouldn’t be the same if I have >= 3.11 installed.

Not to fluent in python environments though, so this is how I got it running.

We should perhaps then just mention this uv tool run --python 3.12 posting as a secondary thing in the docs if posting isn’t working as it should. Until we find out what the real fix is.

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

Successfully merging this pull request may close these issues.

3 participants