#17874: TeXlive + required packages install script
-------------------------+-------------------------------------------------
Reporter: | Owner:
vbraun | Status: needs_review
Type: | Milestone: sage-6.6
enhancement | Resolution:
Priority: major | Merged in:
Component: misc | Reviewers:
Keywords: | Work issues:
Authors: | Commit:
Volker Braun | 2fc1cbbc5d266752d731ac223ab47b1b6ee7d1b7
Report Upstream: N/A | Stopgaps:
Branch: |
u/vbraun/texlive |
Dependencies: |
-------------------------+-------------------------------------------------
Comment (by strogdon):
To get things to work here I had to
{{{
--- a/src/ext/texlive/texlive-install
+++ b/src/ext/texlive/texlive-install
@@ -83,7 +83,7 @@ def install_texlive():
original_dir = os.getcwd()
os.chdir(tmp_dir)
check_call(['tar', '-x', '-z', '-f', tarball])
- install_dir = glob.glob('install-tl-*')[0]
+ install_dir = glob.glob('install-tl-*')[1]
os.chdir(install_dir)
check_call([
}}}
or else install_dir is set to 'install-tl-unx.tar.gz'
--
Ticket URL: <http://trac.sagemath.org/ticket/17874#comment:7>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.