summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChristian2018-09-05 06:36:58 -0700
committerjvoisin2018-09-05 17:42:13 +0200
commite515d907d787e3768828593cf8f9abc70827f5b2 (patch)
tree9b4ed019ba9462fd616a90cba9e60753a2b10d3e /INSTALL.md
parent46bb1b83ea0843c25783f86e2033a10aeaed79d2 (diff)
Make sure target directory exists, assume MAT2 is in parent directory
Diffstat (limited to '')
-rw-r--r--INSTALL.md3
1 files changed, 2 insertions, 1 deletions
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
44$ PYTHON=/usr/bin/python3 ./autogen.sh 44$ PYTHON=/usr/bin/python3 ./autogen.sh
45$ make 45$ make
46# make install 46# make install
47$ cp ./nautilus/mat2.py ~/.local/share/nautilus-python/extensions/ 47$ mkdir -p ~/.local/share/nautilus-python/extensions/
48$ cp ../nautilus/mat2.py ~/.local/share/nautilus-python/extensions/
48$ PYTHONPATH=/home/$USER/mat2 PYTHON=/usr/bin/python3 nautilus 49$ PYTHONPATH=/home/$USER/mat2 PYTHON=/usr/bin/python3 nautilus
49``` 50```
50 51