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
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
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.