vfox
vfox copied to clipboard
[BUG]: Mount Vfox in docker container did not work
Version 0.6.0 OS Linux
Describe the bug
using command
using 'eval "$(vfox activate bash)"' >> ~/.bashrc
worked, ~/.bashrc shows "eval "$(vfox activate bash)"", but when I use vfox use, the warning still happen
Screenshots[optional]
@gengengengengen 在docker里面可以了吗?
你需要直接执行eval "$(vfox activate bash)"就可以了
你需要直接执行eval "$(vfox activate bash)"就可以了
谢谢,我再尝试下