An interface to the
Project description
pyjuliaup
A Python interface to juliaup, the Julia version manager.
Install
pip install juliaup
Usage
Find juliaup
executable()
finds the juliaup executable.version()
returns version of the juliaup executable.available()
returns True if juliaup is available.install(interactive=True)
installs juliaup. You don't normally need to call this as the other API functions automatically install juliaup if required.meta()
returns the parsed contents ofjuliaup.json
, which includes information about installed versions of Julia.
Run juliaup
status()
print the status.add(channel)
adds a channel.remove(channel)
removes a channel.update(channel=None)
updates all channels or the given channel.default(channel)
sets the default channel.link(channel, file)
links a Julia executable to a channel.self_update()
updates juliaup itself.run(args, **kw)
run juliaup with the given arguments. Keyword arguments are passed on tosubprocess.run
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
juliaup-0.1.0.tar.gz
(3.4 kB
view hashes)