-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
name 'myPDDL' is not defined #10
Comments
Hi! |
Hello, I solved the problem. The point is, I'm using Sublime Text 3, but myPDDL path was pointing to Sublime Text 2. The path fix looks like this: Thank you! |
Thank you for the feedback! I'll update the README so that it points to Sublime 3. |
is there not some way to have this line from path=~/.config/sublime-text-2/Packages/myPDDL ...to just use the current path of the myPDDL file itself? That would be a better default Then you can just add export PATH=$PATH:<path to Sublime Text>/Packages/myPDDL to your |
here is a way for that: # Set this path to the myPDDL folder
# Don't use a trailing slash (right: /myPDDL, wrong: /myPDDL/)
path="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" as found here https://stackoverflow.com/a/246128/202168 |
Hello!
I am trying to use myPDDL in Sublime, but when trying to calculate the distance, I find the following error:
I am using Ubuntu 18.04.3 LTS OS (64 bit).
Thank you!
The text was updated successfully, but these errors were encountered: