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
portable
Python project can be used even without any Python environment. - A
portable
NodeJS project can be used even without any NodeJS environment. - ...
Keywords
There are some 'keywords' when writing JSONs in carefree-portable
📦️.
$pip
: use thepip
command in the portable environment.$python
: use thepython
command in the portable environment.