[sage-support] Re: Installing Python module in Sage (Ubuntu)

2014-04-30 Thread pete . donnell
For Python packages that are available on pypi.python.org, I found the following commands helpful: cd ./sage --python -m easy_install Hope that's of some help! Pete On Wednesday, 23 April 2014 01:06:51 UTC+1, Akshat Mahajan wrote: > > Hi! > > The general problem: how does one go about installi

[sage-support] Re: Installing Python module in Sage (Ubuntu)

2014-04-24 Thread leif
v...@ukr.net wrote: I usually install the additional python packages this way: 1. wget 'http://python_package.tar.gz' 2. tar xvf python_package.tar.gz 3. cd python_package 4. sage -python setup.py install Is this a correct method? Steps 2 to 4 *used to be* equivalent to simply doing

[sage-support] Re: Installing Python module in Sage (Ubuntu)

2014-04-24 Thread Simon King
Hi! On 2014-04-24, v...@ukr.net wrote: > I usually install the additional python packages this way: > > 1. wget 'http://python_package.tar.gz' > 2. tar xvf python_package.tar.gz > 3. cd python_package > 4. sage -python setup.py install > > Is this a correct method? Should work too, AFAIK.