You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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:Is there any advice?
The text was updated successfully, but these errors were encountered: