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 bee3391 commit f31c766Copy full SHA for f31c766
core/cadabra2.in
@@ -22,7 +22,7 @@ import os
22
# Make sure we can find the cadabra2 python module; is always
23
# installed in PYTHON_SITE_PATH
24
install_prefix=os.path.realpath(sys.argv[0])
25
-install_prefix=install_prefix.replace(os.sep+'bin'+os.sep+'cadabra2', '${CMAKE_INSTALL_PREFIX}/${PYTHON_SITE_PATH}')
+install_prefix=install_prefix.replace(os.sep+'bin'+os.sep+'cadabra2', os.sep+'${PYTHON_SITE_PATH}')
26
# print("Module path ", install_prefix)
27
sys.path.append(install_prefix)
28
0 commit comments