BecksLab / JuliaTutorials_BecksLab

A series of tutorial to learn how to use Julia in Visual Studio Code
0 stars 2 forks source link

import Pkg to move before Pkg.activate(".") #2

Open alaindanet opened 2 years ago

alaindanet commented 2 years ago

Pkg.activate(".")option resulted in an error without running using Pkg.

Should we move this command a bit earlier in the doc?