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

Fix unknown command error #265

Merged
merged 1 commit into from
Mar 31, 2020
Merged

Fix unknown command error #265

merged 1 commit into from
Mar 31, 2020

Conversation

shokada
Copy link
Contributor

@shokada shokada commented Mar 31, 2020

Fixed the following error.

$ make clean
Removing venv
Clearing dist files

$ make run
python3 -m venv .venv
.venv/bin/pip pip -U pip
ERROR: unknown command "pip"
make: *** [.venv/bin/pip] Error 1

@kfdm kfdm merged commit b71e71d into line:master Mar 31, 2020
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

Successfully merging this pull request may close these issues.

2 participants