Skip to content

Commit 8d1e48d

Browse files
author
dom
committed
minor orthographic update
1 parent 3dda098 commit 8d1e48d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developer/developer.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ $ cmake ../
9898
$ make
9999
----
100100

101-
On Ubuntu 18.04 and potentially other distro, the python3 install path is wrong.
101+
On Ubuntu 18.04 and potentially other distro, the python3 dist-packages path is wrong.
102102
If the following command:
103103

104104
----
105-
$ python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(True))"
105+
$ python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
106106
----
107107

108108
return "/usr/local/lib/python3/dist-packages" instead of a path like

0 commit comments

Comments
 (0)