Install Quanty in Mac

asked by Chamini Shammi Pathiraja (2022/07/29 07:50)

Hi,

I am trying to install Quanty in my new Macbook. I have installed Quanty according to the instructions, but when I tried to run it, there is an error message “ command not found:Quanty”.

I have checked the access: -rwxr-xr-x@ 1

I am not sure, how to overcome this issue.

Thank you

Answers

, 2022/08/04 07:18, 2022/08/04 08:06

Hello Chamini,

To start simple, can you try running the command

   Quanty

from within the folder where the Quanty binary is stored?

If that works as expected then I would assume that you have some issue with your path. Where is your Quanty binary stored in your system and what is the output of the commend

   echo $PATH

How much experience have you had with using a command line on Unix or Linux?

, 2022/08/19 03:31

Hi, I do not have that much practice with Linux. But I know the basics.

I have used the command (echo -e '\nexport PATH=“~/bin:$PATH”\n' » .bashrc) to add the path into the folder bin. But I don't see the path to Quanty when I search for it.

I think that's where the issue is. SO I used the command : export PATH=~/bin:$PATH Now it's working.

Thank you.

You could leave a comment if you were logged in.
Print/export