From e515d907d787e3768828593cf8f9abc70827f5b2 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 5 Sep 2018 06:36:58 -0700 Subject: [PATCH] Make sure target directory exists, assume MAT2 is in parent directory --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 1351b6d..42ce6eb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -44,7 +44,8 @@ $ cd nautilus-python $ PYTHON=/usr/bin/python3 ./autogen.sh $ make # make install -$ cp ./nautilus/mat2.py ~/.local/share/nautilus-python/extensions/ +$ mkdir -p ~/.local/share/nautilus-python/extensions/ +$ cp ../nautilus/mat2.py ~/.local/share/nautilus-python/extensions/ $ PYTHONPATH=/home/$USER/mat2 PYTHON=/usr/bin/python3 nautilus ```