From e52debcf48754c629f1ce847c5598cce066b1c80 Mon Sep 17 00:00:00 2001 From: frsk <104617679+frsk9999@users.noreply.github.com> Date: Fri, 2 Sep 2022 16:46:12 +0900 Subject: [PATCH] fix pip install ply error pip install ply is failed. so install by apt-get. --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index b235f56..15f3475 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,7 +4,7 @@ $script = <