diff options
| author | Christian | 2018-09-05 06:36:58 -0700 |
|---|---|---|
| committer | jvoisin | 2018-09-05 17:42:13 +0200 |
| commit | e515d907d787e3768828593cf8f9abc70827f5b2 (patch) | |
| tree | 9b4ed019ba9462fd616a90cba9e60753a2b10d3e /INSTALL.md | |
| parent | 46bb1b83ea0843c25783f86e2033a10aeaed79d2 (diff) | |
Make sure target directory exists, assume MAT2 is in parent directory
Diffstat (limited to '')
| -rw-r--r-- | INSTALL.md | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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 | ||
