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
curl -L https://github.com/niess/python-appimage/releases/download/python3.10/python3.10.4-cp310-cp310-manylinux2014_x86_64.AppImage -o python3.10 mv python3.10 /usr/local/bin curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py | /usr/local/bin/python3.10 -
Installing PDM (1.14.1): Creating virtual environment Installing PDM (1.14.1): Installing PDM and dependencies An error occurred when executing ['~/.local/share/pdm/venv/bin/python', '-m', 'pip', 'install', '-IU', 'pip']: ~/.local/share/pdm/venv/bin/python: No module named pip
https://python-appimage.readthedocs.io/en/latest/#using-a-virtual-environement
python -m ensurepip
The text was updated successfully, but these errors were encountered:
9dce735
No branches or pull requests
Steps to reproduce
curl -L https://github.com/niess/python-appimage/releases/download/python3.10/python3.10.4-cp310-cp310-manylinux2014_x86_64.AppImage -o python3.10 mv python3.10 /usr/local/bin curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py | /usr/local/bin/python3.10 -
Actual behavior
Expected behavior
https://python-appimage.readthedocs.io/en/latest/#using-a-virtual-environement
The text was updated successfully, but these errors were encountered: