Python Virtual Environment
why virtual environment? → Each project demands different version of dependencies (libraries, packages, etc.), So the purpose of virtual environment is to isolate each dependencies for each projects. → So dependencies will not installed globally that...
Nov 17, 20241 min read