K
K
kotia2010-11-03 11:24:29
Python
kotia, 2010-11-03 11:24:29

Modules for Python2.7 in mint 10

I put mint 10th. The 2.6.6 interpreter is installed there by default, but you can install 2.7 through the package manager, which I did.
The problem is that when installing modules from the manager (mayesqueldebe, django, and so on), they are installed on 2.6.6, while in 2.7 they can only be installed through downloading packages and the command line.
Is there any way to force the package manager to choose which python to install modules on, or to always install them on 2.7?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
cutwater, 2010-11-03
@cutwater

Use virtualenv.

A
aANDREIQA, 2012-04-24
@aANDREIQA

change the value of default python to the version you need and use as before.
stackoverflow.com/questions/3339530/change-default-python-version-from-2-4-to-2-6

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question