Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why do we only talk about virtual environment in python? [duplicate]

Why don't we talk about virtual environment in other programming language? Is there any equivalence for language like java, c++, javascript?

Is the concept in other language as important as in python? And I notice that the virtualenv was released initially in 2007. What did people use before that time? Or even before 2000?

like image 603
Merle Avatar asked Jun 25 '26 08:06

Merle


1 Answers

In fact we do talk about virtual environments in other languages. Here are some examples:

  • Java: Is there anything like VirtualEnv for Java?
  • C++: Is there an equivalent of python's virtualenv for C/C++ programs?
  • Javascript: is there an virtual environment for node.js?
  • Perl: How can I install specialized environments for different Perl applications?
  • Ruby: Ruby equivalent of virtualenv?
  • Go: Is there something like virtualenv for go? - Reddit
  • Haskell: Is there a notion of virtualenv in Haskell? - Quora
like image 97
wjandrea Avatar answered Jun 26 '26 22:06

wjandrea



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!