how to setup a development environment ?
by marozsas from LinuxQuestions.org on (#6QKKB)
Hi !
Which is the proper way to setup a virtual environment to compile c/C++ packages, install additional libraries to compile those packages, all without messing with installed packages on the host system ?
What is the c/C++ equivalent environment to python virtual environment ?
My first thought was install a virtual machine, but for sure, it is too much !
Which is the proper way to setup a virtual environment to compile c/C++ packages, install additional libraries to compile those packages, all without messing with installed packages on the host system ?
What is the c/C++ equivalent environment to python virtual environment ?
My first thought was install a virtual machine, but for sure, it is too much !