Improve the path messages a little.

This commit is contained in:
Tim 'mithro' Ansell 2020-04-06 17:27:24 -07:00
parent 141644d157
commit 2b2aff1274

View file

@ -139,5 +139,7 @@ if "update" in sys.argv[1:]:
if "--user" in sys.argv[1:]:
if ".local/bin" not in os.environ.get("PATH", ""):
print("Make sure that ~/.local/bin is in your PATH")
print("export PATH=$PATH:~/.local/bin")
elif "gcc" in sys.argv[1:]:
print("Make sure that the download RISC-V compiler is in your $PATH.")
print("Make sure that the downloaded RISC-V compiler is in your $PATH.")
print("export PATH=$PATH:$(echo $PWD/riscv64-*/bin/)")