From 5efd22e00692d961f875d63c8633c17f8bae971a Mon Sep 17 00:00:00 2001 From: tim Date: Tue, 24 Sep 2024 20:22:29 -0400 Subject: [PATCH] makefile fixes --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 17941ea..b2a6d84 100644 --- a/Makefile +++ b/Makefile @@ -85,11 +85,10 @@ install_node : . ~/.nvm/nvm.sh && nvm install $(NODE_VERSION) && npm install --global yarn install_python : - sudo apt-get install -y python3-virtualenv sudo add-apt-repository ppa:deadsnakes/ppa -y sudo add-apt-repository ppa:deadsnakes/nightly -y sudo apt-get update - sudo apt-get install -y $(PYTHON_VERSION) $(PYTHON_VERSION)-dev + sudo apt-get install -y $(PYTHON_VERSION) $(PYTHON_VERSION)-virtualenv $(PYTHON_VERSION)-dev $(PYTHON_VERSION) --version install_foundry :