Nice work! It seems to work on a Mac as well. There is a warning that gets
printed every time you use the playground command, but it still seems to
work.
$ playground . activate
Warning: requiring "Playground" did not define a corresponding module.
playground> echo "foo"
foo
playground> julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.3.0 (2014-08-20 20:43 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ | x86_64-apple-darwin13.3.0
julia> using Gadfly
ERROR: Gadfly not found
in require at loading.jl:47
julia>
playground> exit
On Saturday, August 23, 2014 4:01:45 PM UTC-4, Rory Finnegan wrote:
>
> Hi everyone,
>
> I've published my Playground.jl
> <https://github.com/Rory-Finnegan/Playground.jl> package to create julia
> sandboxes like python virtual environments, if anyone wants to give it a
> try. So far I've tested it on Funtoo and Linux Mint, but I'm looking for
> people to try it out on other platforms (like Windows and OSX).
>
> Cheers,
> Rory
>