Skip to content

Set up python and its package manager #1

@AnhChienVu

Description

@AnhChienVu

Since I don’t typically work with Python, there are a few additional setup steps that may require more detailed instructions to avoid issues during installation.

For example, in Step 2 of the installation process, users may encounter an error when trying to run pipx install poetry. This occurs because pipx needs to be installed first. To prevent this, I recommend adding the following instructions to the README:

  1. Install pipx: Open a terminal and run the following command:
    python -m pip install --user pipx
  2. Add pipx to PATH: Run this command to ensure pipx is added to your PATH:
    python -m pipx ensurepath
  3. Restart Terminal: Close and reopen the terminal to apply the changes.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions