Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cget not found after pip installation #60

Open
hoang408 opened this issue Aug 10, 2018 · 1 comment
Open

cget not found after pip installation #60

hoang408 opened this issue Aug 10, 2018 · 1 comment

Comments

@hoang408
Copy link

I install cget on my Ubutun 18.04 machine following this guide with:

pip install cget

The terminal shows:

Collecting cget
Collecting six>=1.10 (from cget)
  Using cached https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
Collecting subprocess32 (from cget)
Collecting click==6.6 (from cget)
  Using cached https://files.pythonhosted.org/packages/1c/7c/10b4132dd952b6a04e37626258825b8aa8c1eb99545f2eb26a77c21efb55/click-6.6-py2.py3-none-any.whl
Installing collected packages: six, subprocess32, click, cget
Successfully installed cget-0.1.6 click-6.6 six-1.11.0 subprocess32-3.5.2

Afterwards, I run:

cget install curl

It complains:

Command 'cget' not found, did you mean:

  command 'mget' from snap mget (0.1.2)
  command 'cset' from deb cpuset
  command 'cgpt' from deb cgpt
  command 'cfget' from deb cfget
  command 'wget' from deb wget
  command 'kget' from deb kget
  command 'pget' from deb pbuilder-scripts
  command 'dget' from deb devscripts
  command 'cgget' from deb cgroup-tools
  command 'cgset' from deb cgroup-tools
  command 'bget' from deb ax25-tools
  command 'cjet' from deb printer-driver-cjet

See 'snap info <snapname>' for additional versions.

What exactly happened? I am at a loss here. Please help.

@pfultz2
Copy link
Owner

pfultz2 commented Aug 11, 2018

It seems the local pip is not in the path on ubuntu. I believe its in ~/.local/bin, which you can add to your path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants