Hi everyone,
I'm a Mac user of Isabelle and trying to install the latest AFP file into my computer. I've downloaded the file and put it under /Users
/myself/. However, it seems the command "isabelle components -u /Users/myself/afp/thys" doesn't work, as the Terminal says "isabelle: command not found".
Does anyone know how to solve this? I'm grateful for any help. Thanks in advance!
I guess that you did no put isabelle into your path so you have to give the full path:
~/Isabelle2022-vsce/bin/isabelle components -u /Users/myself/afp/thys
Or you can just add Isabelle to your path:
For convenience here the command if you've put Isabelle in your Applications folder:
echo -n 'export PATH="/Applications/Isabelle2023.app/bin:$PATH"' >> ~/.zshrc
Hi, I'm installing the AFP to another new machine (Mac) and it seems I'm missing something. The path to my AFP is smb://MYDATA/HOME/afp and I've put Isabelle2023 in my Applications folder. Any tips? Thanks in advance
So instead of installing Isabelle locally, you installed on an external drive. What is the error message you are getting ?
I would expect /Applications/Isabelle2023.app/bin/isabelle components -u smb://MYDATA/HOME/afp/thys
to work but…
Thank you, this gives the error: " Illegal character ":" in path element "smb:" " .But I'm not sure what path I should use instead (this is a machine that belongs to the University, configured to my account
)
e.g. when I try alternatively
/Applications/Isabelle2023.app/bin/isabelle components -u /MYDATA/HOME/afp/thys
I get:
*** Bad component directory: "/MYDATA/HOME/afp/thys"
Components need file paths, not URIs -- you'll need to mount your drive and then use the path of your mountpoint.
Thanks! Finally I just saved the AFP in my Downloads instead so
/Applications/Isabelle2023.app/bin/isabelle components -u /Users/me/Downloads/afp/thys
did the trick
(deleted)
Last updated: Dec 21 2024 at 16:20 UTC