Skip to content

Commit 4d7f891

Browse files
Correct the shebang line based on latest published version
1 parent b5c3e1b commit 4d7f891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to/make-publishable-ioc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Single File IOC
1111
An IOC that is entirely contained within a single Python source file can be used as an
1212
IOC inside DLS simply by adding this shebang line::
1313

14-
#!/dls_sw/prod/python3/RHEL7-x86_64/pythonIoc/prefix/bin/pythonIoc
14+
#!/dls_sw/prod/python3/RHEL7-x86_64/softioc/3.0b2/prefix/bin/pythonIoc
1515

1616

1717
IOC entry point for a module

0 commit comments

Comments
 (0)