Post

Global cli

You still need to install global CLI in pc.

ex1. python.

uv can only install in local.
some npm package need python global.

ex2. npx jpegoptim.
if you run jpegoptim in python, you may want to use global jpegoptim.


Improved Version:

“You still need to install the global CLI on your PC.

Example 1: Python
UV can only be installed locally, but some npm packages require Python to be installed globally.

Example 2: npx jpegoptim
If you run jpegoptim in Python, you may need to use the globally installed version.”

--

Comments powered by Disqus.