Su Ubuntu 10.04 per impostazione predefinita è installato Python 2.6, quindi ho installato Python 2.7. Come posso usare pip install
per installare i pacchetti per Python 2.7.
Per esempio:
pip install beautifulsoup4
per impostazione predefinita installa BeautifulSoup per Python 2.6
Quando io faccio:
import bs4
in Python 2.6 funziona, ma in Python 2.7 dice:
No module named bs4