vfox icon indicating copy to clipboard operation
vfox copied to clipboard

[BUG]: 使用scoop安装vfox无法创建自动环境变量

Open EZzer0 opened this issue 11 months ago • 1 comments

我第一次尝试使用了vfox6.0.尝试创建了node和java,我发现node存在一个VERSION_FOX_PATH的变量nodejs\current, image image 因此可以使用node -v,但是我创建了java 和mvn, 他们都没有current文件夹,并且没有自动创建环境变量,

这需要我手动创建吗。那我如何切换版本使用, 我使用了vfox use java标记了 切换但是无法运行java -v,我发判断是否切换了版本 maven同样 image

EZzer0 avatar Dec 30 '24 13:12 EZzer0

https://vfox.lhan.me/usage/shims-path.html

可以用 -g 命令创建文件夹,比如说 vfox use -g nodejs@20

bytemain avatar Mar 04 '25 06:03 bytemain