mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Improve the path messages a little.
This commit is contained in:
parent
141644d157
commit
2b2aff1274
1 changed files with 3 additions and 1 deletions
|
@ -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/)")
|
||||
|
|
Loading…
Reference in a new issue