pfultz2 / cget

C++ package retrieval

Home Page:http://cget.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cget not found after pip installation

hoang408 opened this issue · comments

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.

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.