Coder Social home page Coder Social logo

Comments (4)

nextgenusfs avatar nextgenusfs commented on July 20, 2024

When you type usearch9 you get the version displayed on command line?

from amptk.

rmsegnitz avatar rmsegnitz commented on July 20, 2024

No, I don't.
It returns:
usearch9: command not found

I think the link directs, but maybe doesn't execute the file?

from amptk.

nextgenusfs avatar nextgenusfs commented on July 20, 2024

It is not in the $PATH then. You should be able to type which usearch9 and it will show you the path to the file. Steps are to make sure original binary is executable, i.e. you ran
chmod +x /full/path/to/usearch9.2.64_i86osx32
Verify that it works, via running
/full/path/to/usearch9.2.64_i86osx32
Then setup your softlink into a directory in your $PATH, i.e.
ln -s /full/path/to/usearch9.2.64_i86osx32 /usr/local/bin/usearch9

Note you can't overwrite a softlink, so if you made one that is incorrect and points to nothing, you will have to delete it before making the new one.

from amptk.

rmsegnitz avatar rmsegnitz commented on July 20, 2024

Thanks so much, that cleared things up.

I think that I had originally misspecified something when making the binary executable, and then since the softlinks cannot be overwritten my attempts to correct were not carried through.

Deleting and re-designating the softlink after making sure the binary was executable fixed everything.

Thanks very much for you help!

from amptk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.