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
I pulled down the repository and tried to run make. After setting up python venv, I'm getting:
make: venv/bin/pip: Command not found
Am I missing some critical first step here? Forgive me, I've never used python venv before.
The text was updated successfully, but these errors were encountered:
Does make update-venv help? Possibly after removing the subdirectory venv completely.
make update-venv
venv
Sorry, something went wrong.
Nope, that's where I hit the command not found error: https://github.com/stm32-rs/svdtools/blob/145d5e5f9c0fbee767bdca1f4d27da3265e6f73c/Makefile#L59
No branches or pull requests
I pulled down the repository and tried to run make. After setting up python venv, I'm getting:
Am I missing some critical first step here? Forgive me, I've never used python venv before.
The text was updated successfully, but these errors were encountered: