Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| documentation:install:mac [2017/03/27 12:03] – Maurits W. Haverkort | documentation:install:mac [2026/04/28 16:25] (current) – Blank Berna Esmer |
|---|
| ### | ### |
| We now need to place the program Quanty into a folder where you can run it easily from within the terminal. To do so we will create the folder "bin" in your home directory and add the bin to your path such that wherever you are your computer can always find Quanty. The first thing to do is to change to directory to your home (cd ~ [enter]). Next you create the folder bin in your home (mkdir bin [enter]). The last thing you do in the terminal is to add the program Quanty to your path (echo -e '\nexport PATH="~/bin:\$PATH"\n' >> .bashrc [enter]). You can test if the file .bashrc is correct by typing (open -t .bashrc [enter]). An other option to see your search path is to type (echo $PATH [enter]). | We now need to place the program Quanty into a folder where you can run it easily from within the terminal. To do so we will create the folder "bin" in your home directory and add the bin to your path such that wherever you are your computer can always find Quanty. The first thing to do is to change to directory to your home (cd ~ [enter]). Next you create the folder bin in your home (mkdir bin [enter]). The last thing you do in the terminal is to add the program Quanty to your path (echo -e '\nexport PATH="~/bin:\$PATH"\n' >> .bashrc [enter]). You can test if the file .bashrc is correct by typing (open -t .bashrc [enter]). An other option to see your search path is to type (echo $PATH [enter]). |
| | |
| | NOTE: macOS Catalina and later uses Zsh as the default shell, not Bash. So if this is the case for you, use .zshrc instead of .bashrc in the given commands. |
| ### | ### |
| |
| |
| {{ :documentation:install:run.png?600 |}} | {{ :documentation:install:run.png?600 |}} |
| | |
| | |
| | ===== Find the documentation ===== |
| | |
| | ### |
| | Once this command works it is time to go to the [[documentation:basics:basis|basic examples in the documentation]] pages and learn how to set up a Quanty file. You can download all examples you see on the web page from the tutorials you can find online for the [[workshop:heidelberg:september_2018:programme|workshop in Heidelberg]]. |
| | ### |
| | |
| | |
| | ===== Security Warning ===== |
| | |
| | ### |
| | {{:documentation:install:quantymacwarning.png?200 |}} In recent versions of MacOS apple warns when you try to start an app that is downloaded from the internet and made by a developer that is not signed by apple. If you trust the Quanty development team you can circumvent this warning by finding the app in finder and press the control key whilst right clicking the app with your mouse. This will open a screen with the question if you really want to open the app. Click yes and from now on you should be able to run Quanty from within the terminal. If you want more information you can also click on the question mark button on the right top of the warning screen. This will open the following information screen from the Mac OS User guide. |
| | ### |
| | |
| | {{ :documentation:install:macosuserguidewarning.png?600 |}} |
| | |
| | |
| |
| ===== Table of contents ===== | ===== Table of contents ===== |
| {{indexmenu>.#1}} | {{indexmenu>.#1}} |