vfox icon indicating copy to clipboard operation
vfox copied to clipboard

A cross-platform and extendable version manager with support for Java, Node.js, Flutter, .Net & more

Results 128 vfox issues
Sort by recently updated
recently updated
newest added

我第一次尝试使用了vfox6.0.尝试创建了node和java,我发现node存在一个VERSION_FOX_PATH的变量nodejs\current, ![image](https://github.com/user-attachments/assets/93ef75b6-6e6f-48ef-927b-e501d335b2f7) ![image](https://github.com/user-attachments/assets/0d5316bd-c67f-4336-9ca9-9f49c948aeee) 因此可以使用node -v,但是我创建了java 和mvn, 他们都没有current文件夹,并且没有自动创建环境变量, 这需要我手动创建吗。那我如何切换版本使用, 我使用了vfox use java标记了 切换但是无法运行java -v,我发判断是否切换了版本 maven同样 ![image](https://github.com/user-attachments/assets/788d81d7-8f52-4391-b890-fb20d4042c33)

bug

**Version** The version you are currently using **OS** Linux Mint 22 **Describe the bug** Unable to install any version of Python using vfox **Screenshots[optional]** The terminal output after selecting the...

bug

**Version** 0.6.1 **OS** macOS java not found java8 ![Image](https://github.com/user-attachments/assets/3e6e10fc-6998-44cf-a4de-358f073fee24)

bug

**Version** 0.6.1 **OS** Windows **Describe the bug** Error installing PHP 8.4 on Windows. Resolved by installing Visual C++ Redistributable for Visual Studio 2015-2022 x64. > While previous minor versions of...

bug

**Version** 0.6.1 **OS** Ubuntu in Termux proot-distro, aarch64 **Describe the bug** 使用vfox安装任意版本flutter并运行,终端输出以下内容,并返回错误码`127`: ``` /home/tom/.version-fox/cache/flutter/v-3.27.4/flutter-3.27.4/bin/internal/shared.sh: line 265: /home/tom/.version-fox/cache/flutter/v-3.27.4/flutter-3.27.4/bin/cache/dart-sdk/bin/dart: cannot execute: required file not found ``` **Reproduction steps** - 在Termux中安装`proot-distro` ```bash pkg...

bug

#### 1. Your usage scenarios? When I fogot the accurate java version numbers, I want to list available options using `vfox search java`. But only the default `openjdk` can be...

enhancement

**Version** 0.6.0 **OS** macOS **Question Description** Using iTerm2, zsh and golang vfox plugin. Once every X hours - typically once a day - I need to restart the shell (using...

question

#### 1. Your usage scenarios? 某些时候我不希望存在某个 sdk 的 path #### 2. What is your expected outcome? 可以通过一个指令不加载某个 sdk 的 path

enhancement

**Version** 0.6.0 **OS** win10 **Describe the bug** 安装protobuf有很多可选项,但是敲击回车说无此版本 **Screenshots[optional]** D:\ProgramFiles>vfox search protobuf Please select a version of protobuf to install [type to search]: v27.1 v27.0-rc1 v27.0 v27.0-rc3 v27.0-rc2 -> v26.1...

bug

https://docs.gradle.org/current/userguide/toolchains.html#sec:auto_detection gradle的java工具链自动发现能力不支持vfox的路径 1. 是否可以支持修改java插件的安装路径到~/.jdks下面,并且保持一样的目录结构。 2. 能否参考poetry的设计,通过类似命令`poetry env use D:\Users\admin\AppData\Local\Programs\Python\Python311\python.exe` 把不经过vfox安装的jdk也纳入到管理的路径中。

enhancement