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 170dfcf commit 634f4b1Copy full SHA for 634f4b1
GSASII/GSASIIphsGUI.py
@@ -8174,6 +8174,7 @@ def RunRMCProfile(event):
8174
with open(script_file, 'w') as f:
8175
f.write("#!/bin/bash\n")
8176
f.write(f'cd "{os.getcwd()}"\n')
8177
+ f.write(f'export PATH="{os.path.dirname(rmcfile)}":$PATH\n')
8178
f.write(f'"{rmcfile}" "{pName}"\n')
8179
os.system("chmod +x runrmc.sh")
8180
ascript_file = os.path.join(os.getcwd(), "runrmc.script")
0 commit comments