Skip to content

munepi/tlenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tlenv: TeX Live version manager tool on Unix-like systems

TeX Live version manager tool inspired by rbenv

Getting started

1. Install tlenv in local

git clone https://github.com/munepi/tlenv.git ~/.tlenv
cd ~/.tlenv
git clone https://github.com/munepi/tlenv-texlive-install.git  plugins/texlive-install

If you use Mac with Apple silicon, then you may install the following plugin.

git clone https://github.com/munepi/tlenv-texlive-install-darwin.git  plugins/texlive-install-darwin

2. Setup tlenv

export PATH=~/.tlenv/bin:${PATH}
if which tlenv > /dev/null; then eval "$(tlenv init -)"; fi

3. Try to install the latest TeX Live version

tlenv install current

...

Installed current to /Users/<your account>/.tlenv/versions/current


NOTE: to activate this TeX Live version as the new default, run: tlenv global current

Enjoy Happy TeXing!

Plugins

License

This program is licensed under the terms of the MIT License.


Munehiro Yamamoto https://github.com/munepi

About

tlenv: TeX Live version manager tool on Unix-like systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages