You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fyi, just a small thing. In your instructions for running the tutorials locally, inside subtitle 3. Instantiate the project environment, there should be "" instead of '', so:
julia --project=. -e "using Pkg; Pkg.instantiate()"
instead of:
julia --project=. -e 'using Pkg; Pkg.instantiate()',
The double and single quotes shouldn't make a difference on Bash, but my first instinct is that this is different quotation behaviour on a shell we don't use.
Hi,
thank you for great tutorials!
Fyi, just a small thing. In your instructions for running the tutorials locally, inside subtitle 3. Instantiate the project environment, there should be "" instead of '', so:
julia --project=. -e "using Pkg; Pkg.instantiate()"
instead of:
julia --project=. -e 'using Pkg; Pkg.instantiate()',
otherwise an error occurs:
The text was updated successfully, but these errors were encountered: