makefile fixes
This commit is contained in:
3
Makefile
3
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 :
|
||||
|
||||
Reference in New Issue
Block a user