diff options
| author | jvoisin | 2018-08-26 01:10:48 +0200 |
|---|---|---|
| committer | jvoisin | 2018-08-26 01:10:48 +0200 |
| commit | aba9b72d2c9defc253f954d30dfeb3ae3e46d2cc (patch) | |
| tree | b853e870a299263fb56f5cd1834e450637736d97 /INSTALL.md | |
| parent | 15dd3d84ffb2e9f540af917c90bfb8e3a2f21059 (diff) | |
Fix some leftovers from the previous commit
Diffstat (limited to '')
| -rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -44,7 +44,7 @@ $ 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/nautilus_mat2.py ~/.local/share/nautilus-python/extensions/ | 47 | $ cp ./nautilus/mat2.py ~/.local/share/nautilus-python/extensions/ |
| 48 | $ PYTHONPATH=/home/$USER/mat2 PYTHON=/usr/bin/python3 nautilus | 48 | $ PYTHONPATH=/home/$USER/mat2 PYTHON=/usr/bin/python3 nautilus |
| 49 | ``` | 49 | ``` |
| 50 | 50 | ||
