May 2019
Intermediate to advanced
452 pages
12h 16m
English
A system-wide programmable environment is one that has packages installed at a global level in the OS. Such packages are set in the system path and hence is visible and accessible from any location within the OS. For example, when you use the pip command from the Terminal to install a Python package, it can be implemented from anywhere within the system.
A virtual programmable environment is one that is limited for access only to a certain location within the OS. This location is specific to the user's preference and the packages installed within it are only accessible in that particular directory. For example, when you use the pip command from the Terminal to install a Python package in ...
Read now
Unlock full access