From b45bc2d5bc4dbc2304327f064a9bedd5fdd9320b Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 11 Sep 2018 05:46:22 +0800 Subject: [PATCH] update ubuntu setup post --- _posts/2018-06-13-ubuntu-quick-dev-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2018-06-13-ubuntu-quick-dev-setup.md b/_posts/2018-06-13-ubuntu-quick-dev-setup.md index a91ed0f..56e2d52 100644 --- a/_posts/2018-06-13-ubuntu-quick-dev-setup.md +++ b/_posts/2018-06-13-ubuntu-quick-dev-setup.md @@ -29,7 +29,7 @@ sudo apt-get update 2. Install packages for development using nodejs, ruby, and python. This may take a while to finish (depending on your Internet connection speed). ```bash -sudo apt-get install -y nodejs ruby2.4 ruby2.4-dev build-essential dh-autoreconf make python3-pip libssl-dev libffi-dev python3-dev virtualenv python3-venv +sudo apt-get install -y nodejs ruby ruby-dev build-essential dh-autoreconf make python3-pip libssl-dev libffi-dev python3-dev virtualenv python3-venv ``` When the install finishes, you now have Node.js, Python, and Ruby installed. To verify if they are successfully installed and check for each of their versions, type the following on your terminal.