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

make: *** [install] Error 127 #109

Open
luceat-lux-vestra opened this issue Sep 11, 2021 · 0 comments
Open

make: *** [install] Error 127 #109

luceat-lux-vestra opened this issue Sep 11, 2021 · 0 comments

Comments

@luceat-lux-vestra
Copy link

luceat-lux-vestra commented Sep 11, 2021

How about this?
(default to pip, if pip3 available then use pip3

PIP="pip"
if command -v pip3 &> /dev/null
then
  PIP="pip3"
fi
$PIP install pandoc-fignos pandoc-eqnos pandoc-tablenos pandoc-secnos pandoc-shortcaption

I have no pip but have pip3.

.../phd_thesis_markdown/install_mac.sh: line 18: pip: command not found
make: *** [install] Error 127

and I solved it by manually install all pip things using pip3 instead of pip.

@luceat-lux-vestra luceat-lux-vestra changed the title Make pdf Error 83 make: *** [install] Error 127 Sep 16, 2021
luceat-lux-vestra added a commit to luceat-lux-vestra/phd_thesis_markdown that referenced this issue Sep 16, 2021
default to `pip`,
if `pip3` available then use it.
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

1 participant