diff --git a/Install-opencamlib-into-blender-2.93-on-linux.md b/Install-opencamlib-into-blender-2.93-on-linux.md index 5ab8bf0..35dd0c1 100644 --- a/Install-opencamlib-into-blender-2.93-on-linux.md +++ b/Install-opencamlib-into-blender-2.93-on-linux.md @@ -86,7 +86,7 @@ please change the following instrutions to macth ``` $ ln -s /usr/lib/python3/dist-packages/ocl.so ~/Apps/blender-2.93.2-linux-x64/2.93/python/lib/python3.9/site-packages/ $ ln -s /usr/lib/python3/dist-packages/STLTools.py ~/Apps/blender-2.93.2-linux-x64/2.93/python/lib/python3.9/site-packages/ -$ ln -s /usr/lib/python3/dist-packages/procmemory.py ~/blender-2.93.2-linux-x64/2.93/python/lib/python3.9/site-packages/ +$ ln -s /usr/lib/python3/dist-packages/procmemory.py ~/Apps/blender-2.93.2-linux-x64/2.93/python/lib/python3.9/site-packages/ $ ln -s /usr/lib/python3/dist-packages/camvtk.py ~/Apps/blender-2.93.2-linux-x64/2.93/python/lib/python3.9/site-packages/ $ ln -s /usr/lib/python3/dist-packages/pyocl.py ~/Apps/blender-2.93.2-linux-x64/2.93/python/lib/python3.9/site-packages/ ```