Skip to content

What is the proper way to select a Sandbox? #894

Answered by shp7724
shp7724 asked this question in Q&A
Discussion options

You must be logged in to vote

The problem was that I was using code-server, which is basically a fork of vscode, and for some reason the environment variables are ignored when the server is started.

So I added following lines to the startup script of code-server and everything worked as expected.

# OCaml Platform Extension Configuration
[[ ! -r /Users/shp7724/.opam/opam-init/init.zsh ]] || source /Users/shp7724/.opam/opam-init/init.zsh  > /dev/null 2> /dev/null
export PATH="/Users/shp7724/.opam/default/bin:/usr/local/bin:$PATH"

@mnxn Thanks for helping me find the solution.

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
4 replies
@shp7724
Comment options

@mnxn
Comment options

mnxn Mar 4, 2022
Collaborator

@shp7724
Comment options

@mnxn
Comment options

mnxn Mar 4, 2022
Collaborator

Comment options

You must be logged in to vote
2 replies
@mnxn
Comment options

mnxn Mar 7, 2022
Collaborator

@Khady
Comment options

Answer selected by shp7724
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants