I currently have Python v2.7.13 installed on my Mac, but need to test out using v2.7.10, due to problem introduced in v2.7.11 for CQLSH. How can I install this older version over the existing one?
            Asked
            
        
        
            Active
            
        
            Viewed 28 times
        
    0
            
            
        - 
                    you could give a try to virtualenv, see this http://stackoverflow.com/questions/1534210/use-different-python-version-with-virtualenv – fadomire Apr 10 '17 at 11:30
- 
                    2See also [pyenv](https://github.com/pyenv/pyenv) – Peter Wood Apr 10 '17 at 11:31
- 
                    pyenv did the trick! thanks! If you want to add an answer i'll accept. – MeanwhileInHell Apr 10 '17 at 12:07
