-bash: pipreqs: command not found

See original GitHub issue

When I try to run the pipreqs from cli, I got ther is no command found. I miss something? The installation process and the usage is jus this:

$ pip install pipreqs
$ pipreqs [path/to/project]

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

38reactions
kkaisercommented, May 2, 2017

When installing it with --user make sure this export PATH=$PATH:~/.local/bin is in your ~/.bashrc file.

7reactions
labuladongcommented, Sep 26, 2022

I can’t find pipreqs command in my bin path… Anyway, I use this command to resolve this problem in python3:

python3 -m  pipreqs.pipreqs [path/to/project]
Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I configure PATH variables so I can run packages on ...
When I try to run pipreqs path/to/file I get an -bash: pipreqs: command not found error. I get that it's looking in the...
Read more >
Pipreqs command not found : r/learnpython - Reddit
I'm trying to use pipreqs to generate a list of dependencies for my project. However, the pipreqs command is not found by the...
Read more >
Introduction to Python: Getting Started
bash : pipreqs: command not found. then locate the pipreqs.py file on your computer (try looking in /usr/local/lib/python3.11/dist-packages/pipreqs ).
Read more >
Developers - -bash: pipreqs: command not found -
When I try to run the pipreqs from cli, I got ther is no command found. I miss something? The installation process and...
Read more >
pip Command Not Found – Mac and Linux Error Solved
When using Python, you might need to install and use certain packages. And there is a command available for that known as 'pip'....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found