0

I am having multiple python files each python file will take the different versions of pandas and different python versions. Currently, I am using virtual environments to run the python script. Is there any tool or module that took the requirements file contains module name including the version and will the python file with that requirements.

wjandrea
  • 28,235
  • 9
  • 60
  • 81
srikanth nagineni
  • 431
  • 1
  • 6
  • 16
  • 2
    What's wrong with having multiple virtual environments? – Thomas Mar 17 '20 at 14:02
  • @Thomas there is no problem with creating the environments, But even for a single change, we will be creating the separate environments, ex: one environment is having pandas 0.1.1 and another environment is having pandas 0.1.2, only for this pandas version change we are creating separate environments. – srikanth nagineni Mar 17 '20 at 14:11
  • Take a look at https://stackoverflow.com/questions/6445167/force-python-to-use-an-older-version-of-module-than-what-i-have-installed-now. – Thomas Mar 17 '20 at 14:15

0 Answers0