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

Installation issue with make (.venv/bin/pip not found) #102

Open
danieludick opened this issue Apr 17, 2020 · 2 comments
Open

Installation issue with make (.venv/bin/pip not found) #102

danieludick opened this issue Apr 17, 2020 · 2 comments

Comments

@danieludick
Copy link

Good day. I have a new instance of Ubuntu (Description: Ubuntu 18.04.4 LTS) and want to get this notebook installed and running. I am following all the steps as noted in your README, but when I run make in the main directory, then I get the following error:

dludick@EE484701:~/ubuntu-home/fundamentals_of_interferometry$ make
/home/dludick/ubuntu-home/fundamentals_of_interferometry/.venv/bin/pip install -r requirements.txt
make: /home/dludick/ubuntu-home/fundamentals_of_interferometry/.venv/bin/pip: Command not found
Makefile:11: recipe for target '/home/dludick/ubuntu-home/fundamentals_of_interferometry/.venv/bin/jupyter-notebook' failed
make: *** [/home/dludick/ubuntu-home/fundamentals_of_interferometry/.venv/bin/jupyter-notebook] Error 127

Is there any advice?

@Chadley1993
Copy link

Hi had the same problem. What you want to do is first download get-pip script with the following command:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

Then then install with the virtual interpreter:
.venv/bin/python3 get-pip.py

@mangla-sarvesh
Copy link

thanks

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

3 participants