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
Here are three different comments relating to the Setup section:
In Visual Studio press cogwheel Extension Settings to find field for Julia Executable Path.
To find the path to Julia on Windows one can start julia REPL, type
Sys.BINDIR
When installing conda, jupterlab and so on on Windows may have to extend PATH environment variable with path to conda. Can do this by:
entering Settings
type "environment"
enter "Edit the system environment variables"
click Environment Variables
choose Path and Edit and add your path to conda
The text was updated successfully, but these errors were encountered:
Here are three different comments relating to the Setup section:
In Visual Studio press cogwheel Extension Settings to find field for Julia Executable Path.
To find the path to Julia on Windows one can start julia REPL, type
Sys.BINDIR
When installing conda, jupterlab and so on on Windows may have to extend PATH environment variable with path to conda. Can do this by:
entering Settings
type "environment"
enter "Edit the system environment variables"
click Environment Variables
choose Path and Edit and add your path to conda
The text was updated successfully, but these errors were encountered: