We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make sure you run commands with -v flag before pasting the output.
-v
curl -sSL https://pdm-project.org/install-pdm.py | python3 -
Successfully installed: PDM (2.12.1) at /Users/xxx/Library/Python/3.9/bin/pdm Post-install: Please add /Users/xxx/Library/Python/3.9/bin to PATH by executing: export PATH=/Users/xxx/Library/Python/3.9/bin:$PATH
The pdm executable file should be installed in $HOME/.local/bin for Unix as described in the document.
$HOME/.local/bin
https://pdm-project.org/latest/#:~:text=%24HOME/.local/bin%20for%20Unix
# Paste the output of `pdm info && pdm info --env` below:
Not related.
The text was updated successfully, but these errors were encountered:
The documentation is not correct.
We install the bin under site.getuserbase()
site.getuserbase()
Sorry, something went wrong.
abbbfc2
frostming
Successfully merging a pull request may close this issue.
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
curl -sSL https://pdm-project.org/install-pdm.py | python3 -
Actual behavior
Expected behavior
The pdm executable file should be installed in
$HOME/.local/bin
for Unix as described in the document.https://pdm-project.org/latest/#:~:text=%24HOME/.local/bin%20for%20Unix
Environment Information
# Paste the output of `pdm info && pdm info --env` below:
Not related.
The text was updated successfully, but these errors were encountered: