Код: Выделить всё
$ sudo apt-get install python-virtualenv
Код: Выделить всё
$ mkdir myproject
$ cd myproject
$ virtualenv venv
New python executable in venv/bin/python
Installing distribute............done.
Код: Выделить всё
$ . venv/bin/activate
Код: Выделить всё
$ sudo apt-get install python-numpy
Подробнее здесь: https://stackoverflow.com/questions/182 ... nvironment
Мобильная версия