Difference between pip's mysql-python and apt-get's python-mysqldb -


what difference between pip's mysql-python , apt-get's python-mysqldb?

$ pip search mysql-python mysql-python    - python interface mysql 

and:

$ apt-cache search python-mysqldb python-mysqldb  - python interface mysql 

pip should newest version of mysql-python available version of python you're using pip repository.

apt give mysql-python version deemed "stable" debian, or ubuntu repository managers.

the functionality (or security) of packages different based on version differences.

the benefit of using pip install mysql-python, can using virtualenv , have specific version installed package or framework.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -