On 7/11/07, Timothy Clemans <[EMAIL PROTECTED]> wrote:
> Hi I want to upload a matplotlib file that has command line args. How
> do I upload that file and do
>
> python arrow_demo.py realistic
There is a slightly hack-ish way to do this, but it is possible. Basically,
just do something like this
Do sage -i -m package.spkg to build and install
a package. The resulting build directory is left in
spkg/build/package/
- william
On 7/12/07, didier deshommes <[EMAIL PROTECTED]> wrote:
>
> 2007/7/12, Marshall Hampton <[EMAIL PROTECTED]>:
> >
> > Is there a way to install sage so that no sou
2007/7/12, Marshall Hampton <[EMAIL PROTECTED]>:
>
> Is there a way to install sage so that no source files are deleted? I
> am interested in hacking the cddlib source that is used in polymake,
> but it looks like it gets deleted after compilation. Is there an
Every .spkg file is bascially a t
Is there a way to install sage so that no source files are deleted? I
am interested in hacking the cddlib source that is used in polymake,
but it looks like it gets deleted after compilation. Is there an
option to give to 'make' that would prevent that? Even better, is
there a simple way to get