Terminology
This page will introduce some commonly used terms in carefree-portable 📦️.
Portable
The term portable is used to describe a project that can be used without any extra requirements. For example:
- A
portablePython project can be used even without any Python environment. - A
portableNodeJS project can be used even without any NodeJS environment. - ...
Keywords
There are some 'keywords' when writing JSONs in carefree-portable 📦️.
$pip: use thepipcommand in the portable environment.$python: use thepythoncommand in the portable environment.