Menu

#1 Install and first start miscrepancies

closed
nobody
None
5
2014-11-07
2011-12-03
Anonymous
No

Here is what I did. I copied from a post of mine.

The user frendly fizsh shell is working on Mac OS X Lion! I managed to build and install version 1.0.5 with some small tweaks. (Well, I can not do big tweaks…) The way to do it:
- download package from here
- unpack to a temporary dir
- change directory to the fizsh temporary dir
$ ./configure
$ sudo make
$ sudo make install
$ fizsh
- there are a few errors that we’ll find and correct:
$ sudo vim /usr/local/bin/fizsh
– edit rows 45 and 46 and remove the ‘i’-s from the end of the sed commands
$ sudo cp -r /etc/fizsh /usr/local/etc/
– I did not have the guts and the knowledge to remove the fizsh dir from /etc, although I am pretty sure these scripts are just copied to $HOME/.fizsh/ only when someone is using fizsh for the first time and that is copied from under /usr/local/etc/fizsh/. So I put a README in these two places addressed to the later me explaining the reason for the doubling of the dir.

Discussion

  • guido van steen

    guido van steen - 2014-06-28

    Excuse me for reading this "a bit" too late! But thank you anyway for the bug report.

    My problem is that I do not have acces to MacOS.

    I have recently released version 1.0.7. I intend to solve this specific MacOS issue in version 1.0.8.

    Best wishes,

    Guido

     
  • guido van steen

    guido van steen - 2014-11-07
    • Status: open --> closed
     

Log in to post a comment.