一个环境中可以运行多个版本的python,即在虚拟环境中对python进行切换
本机安装python2.7
执行
source /Library/Frameworks/Python.framework/py3.5/bin/activate
切换到3.5点虚拟环境当中
Python操作redis:
http://debugo.com/python-redis/
一个环境中可以运行多个版本的python,即在虚拟环境中对python进行切换
本机安装python2.7
执行
source /Library/Frameworks/Python.framework/py3.5/bin/activate
切换到3.5点虚拟环境当中
Python操作redis:
http://debugo.com/python-redis/