Trying to use python 2.7 when 3.5 is default -
currently can use py2.7 using terminal alias. problem when try , run script, depends on module requests
. have tried pip install , download requests2.7
folder , sudo python setup.py install
. though aliased python2.7, resulted in being downloaded python 3.5 site.
installed /anaconda/lib/python3.5/site-packages/requests-2.7.0-py3.5.egg processing dependencies requests==2.7.0 finished processing dependencies requests==2.7.0
how can fix this? need run scripts 2.7 default seems 3.5.
Comments
Post a Comment