version-fox/vfox

[Feature]: Support for project-level SDK soft links

Opened this issue · 0 comments

Considering that some SDKs require a fixed project-level directory, vfox plans to create soft links for SDKs in the project directory, such as $WORK_SPACE/.vfox/sdk/nodejs. This behavior is not enabled by default and will only take effect when using the command vfox use --project --link nodejs@latest. vfox will prioritize adding the current path to the PATH.[/+]

vfox use -p python 这个是项目级别,能否不使用临时目录的目录链接,而使用当前项目所在目录创建目录链接。这样每次进入项目,并使用项目级别指定版本后该目录路径永远不会改变。

Originally posted by @jan-bar in #290

#377 #290