cheatsheet for python

This commit is contained in:
Morgan 2019-08-18 17:14:57 +02:00 committed by GitHub
parent 25fe5a71a5
commit f5027f982a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
cheat/python.md Normal file
View File

@ -0,0 +1,4 @@
### Can't find where pip installed the package binary ?
`pip remove <mybinary>`
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