Replies: 3 comments 2 replies
|
I understand why you prefer to use this, but I don't think that its convenient to use for other developers (strangers). |
|
@kotleni people familiar with python ecosystem will be able to use it easily. To install that package you don't need to create any global environments. Instead you need to use This warning was introduced because people started (ab)using pip3 to upload their executables there.
|
Uh oh!
There was an error while loading. Please reload this page.
Do we really need to use
minishellfor such a simple scripts?Out of the box I even can't use them:
Also on modern Linux distros you can't just install package from pip system-wide without
venv.All reactions