install cursor 0.47.8 on win, but use cusor by Remote - SSH
plugin to a linux device,
in terminal can use conda env, where python version is 3.11
(unsloth_env) root@ps:/optxxxxx#
but when use agent to execute command, it do not use unsloth_env
conda env,
have set in .vscode/settings.json
, still can not into unsloth_env
"terminal.integrated.env.linux": {
"PYTHONHOME": "/root/anaconda3/envs/unsloth_env/bin/python"
},
any one can help?