PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Friday the 2nd of April, 2021

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[12:45:32] <jenia> hello
[12:45:59] <jenia> I installed cookiecutter with pip install cookiecutter, but when I try to run that program I get command not found
[12:46:39] <jenia> I see in install in my ~/.local/lib/python3.9/site-packages.
[12:47:03] <jenia> Do I need to simply put that DIR into my PATH or there's something wrong with how pip is setup on my machine?
[12:47:32] <ngoldbaum> you do need to add that directory to your PATH, yes
[12:47:59] <RhinosF1> They'll be a bin folder
[12:48:07] <ngoldbaum> i think in newer ubuntu versions it’s in there out of the box but not all distros and OS versions have that in their default shell setup
[12:48:13] <ngoldbaum> yeah, the bin folder
[12:56:05] <jenia> thanks kindly!!