Git Product home page Git Product logo

Comments (4)

amjith avatar amjith commented on May 25, 2024

@kishvanchee I'm guessing that the bin folder for your python3 site-packages is not in your path.

My recommendation is to use a virtualenv. If you don't want to deal with activating virutalenvs to use litecli, you can try pipx

I would prefer if someone creates a deb package, unfortunately, I'm not familiar with the steps required to do that.

from litecli.

kishvanchee avatar kishvanchee commented on May 25, 2024

@amjith You're correct. I just checked it now. My site-packages is not in my path. I actually didn't expect this in the first place. Thank you.

I notice that I have installed pgcli with pip but it's in my path - /home/kishore/.local/bin/pgcli. Am I missing something here for litecli which does not do the same as pgcli installation? Why litecli requires a virtualenv vs pgcli?

which pgcli does not give any output.

I will try creating a deb file then. Hopefully all works well.

EDIT: Please note that I have not added the site-packages to my path, but pgcli pip install gives pgcli in my path, but not litecli.

from litecli.

thorstenkampe avatar thorstenkampe commented on May 25, 2024

Litecli installs to /usr/local/bin. If you need to run python3 -m pip install instead of pip3 install that would suggest that /usr/local/bin is not in your $PATH.

from litecli.

kishvanchee avatar kishvanchee commented on May 25, 2024

@thorstenkampe It's funny, I don't understand. Previously it wasn't there in my path, but now it is. Both my python3 -m pip install and pip3 install give the proper output now. I have no idea how to debug this, but ya problem somehow resolved I guess...

My /usr/local/bin is in my $PATH. I have double checked this.

I see that now the commands are present in ~/.local/bin/. I find this weird since I can't reproduce the same error again.

Closing this issue for now.

from litecli.

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.