ASP源码.NET源码PHP源码JSP源码JAVA源码DELPHI源码PB源码VC源码VB源码Android源码
当前位置:首页 >> 数据库 >> MySql >> Get a List of Keys From a Dictionary in Both Python 2 and Python 3

Get a List of Keys From a Dictionary in Both Python 2 and Python 3(1/2)

来源:网络整理     时间:2016-08-17     关键词:

本篇文章主要介绍了" Get a List of Keys From a Dictionary in Both Python 2 and Python 3",主要涉及到方面的内容,对于MySql感兴趣的同学可以参考一下: http://askubuntu.com/questions/656610/trying-to-install-mysql-connector-for-pyth...

http://askubuntu.com/questions/656610/trying-to-install-mysql-connector-for-python-3?rq=1

trying to install mysql-connector for python 3

up vote0down votefavorite

my experience is minimal with Linux so i need a little help!

i am trying to install the python mysql-connector for python3.2, i was able to use pip to install it for python2.7 with 'pip install mysql-connector'. To install it for python 3 i believe you have to use the python3 pip instead of the python2 pip, i read that somewhere but im not sure if its correct, does the python3 pip know to get the correct connector or do you have to specify the specific version like 'pip install mysql-connector1.2'.

anyways, i was finding it difficult to get the py3 pip, then i came across a post advising the use of 'virtualenv' to make it easier to work with different versions of python. This post:

How to install pip for python 3 in ubuntu 12.04 LTS

says to create the virtual environment, activate it and then proceed to pip install whatever package you need. however, when i get as far as pip install it doesnt seem to get the mysql-connector that i need, and running 'pip --version' from inside the virtualenv it tells me that the python2.7 pip is being used.

i've tried other things to try get pip3 such as 'easy-install pip3' which doesnt seem to work either.

Is this the only route to take to get the correct mysql-connector? or is there another way i can get pip3 (for py3.2)?

thanks, any advice greatly appreciated!

software-installation python mysql python3

shareimprove this question

asked Aug 4 '15 at 20:46

相关图片

相关文章