Giter Site home page Giter Site logo

Comments (4)

pacman82 avatar pacman82 commented on May 31, 2024

Yeah, there are lots of ways. As long as the executable is in a path accessible by the user and in the PATH environment variable it will work.

Are you running on Linux or OS-X? These ideas should work on both platforms:

  • If the Rust toolchain is installed for the user you want it to execute as you can just run cargo install odbc2parquet for that user.
  • Just copy the executable to ${HOME}/bin, there ${HOME} is the home directory of the user. You may need to change file permissions with chmod.
  • copy the executable to /usr/local/bin

All of this is not specific to this tool. If you have someone familiar with the platform you are working on he / she should be able to help you without problems. cargo install command installs into ${HOME}/.cargo/bin by default, if you are looking for the current place of the tool. So on linux you would find the odbc2parquet executable in /root/.cargo/bin/odbc2parquet.

Cheers, Markus

from odbc2parquet.

pacman82 avatar pacman82 commented on May 31, 2024

@gustavo-avalos-villasenor Has the answer been helpful enough, to enable you to install it for all users, or are you still stuck?

from odbc2parquet.

gustavo-avalos-villasenor avatar gustavo-avalos-villasenor commented on May 31, 2024

Thank you very much Markus it works!!! You save my life, many thanks!

from odbc2parquet.

pacman82 avatar pacman82 commented on May 31, 2024

You are welcome!

from odbc2parquet.

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.