We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dda098 commit 8d1e48dCopy full SHA for 8d1e48d
docs/developer/developer.adoc
@@ -98,11 +98,11 @@ $ cmake ../
98
$ make
99
----
100
101
-On Ubuntu 18.04 and potentially other distro, the python3 install path is wrong.
+On Ubuntu 18.04 and potentially other distro, the python3 dist-packages path is wrong.
102
If the following command:
103
104
105
-$ python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(True))"
+$ python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"
106
107
108
return "/usr/local/lib/python3/dist-packages" instead of a path like
0 commit comments