VirtualFish는 Python 가상 환경을 관리하기 위한 fish shell 도구입니다. 더 많은 정보: https://virtualfish.readthedocs.io/en/latest/.
vf new {{가상환경_이름}}
vf new --python {{/usr/local/bin/python3.8}} {{가상환경_이름}}
vf activate {{가상환경_이름}}
vf connect
vf deactivate
vf ls
vf rm {{가상환경_이름}}
vf help