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

On Ubuntu 22.04 the virtualenv doesn't have bin/pip available #382

Open
BrianSipos opened this issue May 24, 2023 · 1 comment
Open

On Ubuntu 22.04 the virtualenv doesn't have bin/pip available #382

BrianSipos opened this issue May 24, 2023 · 1 comment

Comments

@BrianSipos
Copy link

When I follow the installation instructions and run make -f lib/setup.mk the setup gets part way through and then fails out with the message:

$REPO/lib/.venv/bin/pip install  -r lib/requirements.txt
bash: line 1: $REPO/lib/.venv/bin/pip: No such file or directory

I made a local change to replace .venv/bin/pip with .venv/bin/python -m pip, cleared out the old .venv tree, and then the setup seemed to go through correctly.

@martinthomson
Copy link
Owner

Strange. Do you have the python3-pip package on the system? A venv should include pip if pip is on the system.

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

No branches or pull requests

2 participants