tobernguyen / madmax-manager

Lightweight manager for MadMax Plotter. Support both Linux (Ubuntu, CentOS, etc.) and Unix (macOS).
GNU General Public License v3.0
10 stars 3 forks source link

Couldn't find chia_plot in your PATH. #4

Closed stikmou007 closed 3 years ago

stikmou007 commented 3 years ago

Hi, I don't have find the way to start th manager. after the git clone and the configuration of config.ini, it say "Couldn't find chia_plot in your PATH." Can you explain me what to do? The "chia_plot" was on the madmax folder. How to set it?

Regards,

tobernguyen commented 3 years ago

How did you install madmax chia plotter?

stikmou007 commented 3 years ago

I have following the ubuntu installation step on the git page https://github.com/madMAx43v3r/chia-plotter

stikmou007 commented 3 years ago

Ok I have found. On Linux, the madmax path wasn't set on the $PATH linux . I have add it and now it's works

For who don't know, you need to use this command: export PATH=$PATH:/place/with/the/file

Sorry ;)

ozgurcb commented 3 years ago

Ok I have found. On Linux, the madmax path wasn't set on the $PATH linux . I have add it and now it's works

For who don't know, you need to use this command: export PATH=$PATH:/place/with/the/file

Sorry ;)

Can you please explain little bit clear. How to use that command ? Need explanation for dummies :/ Step by step maybe ? Sorry I'm really new to ubuntu and this commands.

mrph28 commented 3 years ago

Can you please explain little bit clear. How to use that command ? Need explanation for dummies :/ Step by step maybe ? Sorry I'm really new to ubuntu and this commands.

Just open Terminal, paste export PATH=$PATH: and then type the path to YOUR madmax binary folder. Example: export PATH=$PATH:/home/Downloads/chia-plotter/build