bookmarks/cheat/python.md

5 lines
231 B
Markdown
Raw Normal View History

2019-08-18 15:14:57 +00:00
### Can't find where pip installed the package binary ?
2019-08-18 15:15:19 +00:00
`pip remove <mypackage>`
2019-08-18 15:14:57 +00:00
The command above will show the files that will be deleted and prompt you to confirm. Just answer no and add the binary parent folder to your PATH