I'd like to start to learn about theorem provers with lean. I downloaded the linux tarball, and found the executables lean, leanchecker and leanpkg inside lean-3.4.2/bin. I of course need to have my $PATH pointed to these executables, but I'm not sure what other environment variables to set up, especially since when running the lean executable, I am greeted with
test.lean:1:0: error: file 'init' not found in the LEAN_PATH
test.lean:1:0: error: invalid import: init
could not resolve import: init
What are the proper manual install instructions for linux?
I'd like to start to learn about theorem provers with lean. I downloaded the linux tarball, and found the executables
lean
,leanchecker
andleanpkg
insidelean-3.4.2/bin
. I of course need to have my$PATH
pointed to these executables, but I'm not sure what other environment variables to set up, especially since when running thelean
executable, I am greeted withWhat are the proper manual install instructions for linux?