Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Use ~/.local/bin/poetry if it exists

Open
#43 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
50/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
tooling

Research direction

Start by locating the Poetry executable resolution logic in the repository's Makefile and inspect how PATH-related failures are reported. Implement the fallback for ~/.local/bin/poetry only when that directory is absent from PATH, and confirm that the user is told about the PATH misconfiguration.

Written by the indexing model from the issue text.

Description

As a better default or another step in resolution, let's check for ~/.local/bin/poetry and use it if it exists and ~/.local/bin isn't in the PATH, and of course, tell the user about the misconfiguration.

Dominant language
Makefile
Stars
31
Forks
6
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from target/make-python-devex

All issues in target/make-python-devex

Similar issues

More DevTools issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.