Evan Fields

Results 17 comments of Evan Fields

I guess option 3 isn't so bad in most cases. To confirm, that'd just be like this? ``` ;cd path/to/jot/env ]activate . ]dev path/to/CoolPackage ]add https://github.com/harris-chris/Jot.jl#main ...do stuff with Jot......

I'm afraid it's the same: ```(justh3) pkg> st Status `~/Desktop/justh3/Project.toml` (empty environment) (justh3) pkg> dev H3 Cloning git-repo `https://github.com/wookay/H3.jl.git` Resolving package versions... Updating `~/Desktop/justh3/Project.toml` [f62fece2] + H3 v0.1.3-DEV [`~/.julia/dev/H3`] Updating...

If I'm trying this right, the result seems unchanged. Definitely let me know if I'm not doing the right test here! ``` (justh3) pkg> st Status `~/Desktop/justh3/Project.toml` (empty environment) (justh3)...

```julia> pwd() "/Users/evan/.julia/packages/H3/aRArW/deps/usr/lib" julia> using Libdl julia> dlopen_e("libh3.dylib") Ptr{Nothing} @0x00007fd1ca8200d0 julia> dlopen("libh3.dylib") Ptr{Nothing} @0x00007fd1ca8200d0 ```

One thing I should have already mentioned which seems probably not relevant to Julia build steps but just in case: on this machine I do have a conda environment with...

Like a charm! ``` (justh3) pkg> st Status `~/Desktop/justh3/Project.toml` (empty environment) (justh3) pkg> add H3#master Updating git-repo `https://github.com/wookay/H3.jl.git` Updating registry at `~/.julia/registries/General` Updating git-repo `https://github.com/JuliaRegistries/General.git` Resolving package versions... Updating `~/Desktop/justh3/Project.toml`...

Thank you for your swift help with this issue :)