From 2141f7794eca0f89dc834aa95a445a992464341f Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Sat, 18 May 2013 12:24:11 +0900 Subject: [PATCH] update --- Common-build-problems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common-build-problems.md b/Common-build-problems.md index db5ef27..2dc5ecc 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -36,7 +36,7 @@ pyenv install 2.7.5 you need to install sqlite-devel and rebuild Python. -* Ubuntu: `sudo apt-get install libsqlite3-dev +* Ubuntu: `sudo apt-get install libsqlite3-dev` * Fedora: `yum install sqlite sqlite-devel`