peakrdl --help gives "peakrdl: command not found" #236
-
Hi, I've installed peakrdl on Ubuntu 24.04 using these commands :
When I run the command "peakrdl --help" on the terminal, it gives me : peakrdl: command not found Looking at the installation folder, peakrdl is located in /home/username/.local/bin, and the packages are in /home/usrename/.local/lib/python3.12/site-packages So going in the folder /home/username/.local/bin, I can run this command : _~/.local/bin $ python3 peakrdl --help PeakRDL is a control & status register model automation toolchain. For help about a specific subcommand, try: For more documentation, visit https://peakrdl.readthedocs.io options: subcommands: Any idea why I need to run it from the peakrdl folder with the python3 prefix ? Thanks ! Martin |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Add this to
When you installed peakrdl, the pip installer probably warned you that this was missing. Likely something like:
|
Beta Was this translation helpful? Give feedback.
Add this to
~/.bashrc
or~/.profile
:When you installed peakrdl, the pip installer probably warned you that this was missing. Likely something like: