Giter Site home page Giter Site logo

Comments (4)

daisylb avatar daisylb commented on September 28, 2024

Set VIRTUALFISH_HOME. Make sure it's set before virtual.fish is sourced. If it still doesn't work, feel free to reopen this issue.

from virtualfish.

hahla avatar hahla commented on September 28, 2024

Yes I did set this variable, and I verified the values are being set before virtual.fish is sourced. I tried both:
set -gx VIRTUALFISH_HOME "venv"

  • and -
    set -gx VIRTUALFISH_HOME "./venv"

Expected result:

  • cd to a directory that contains "venv" and auto_activate deactivates previous venv (if active), and activates cwd venv (if applicable).

Result:
-It requires manual vf activate . (so it's not doing it automatically)
-after i manually activate within a project, and I cd to another project with the same venv layout, it does not deactivate/activate automatically.

Maybe these are unrelated things to track, or configuration issues, I'm open to feedback.

from virtualfish.

daisylb avatar daisylb commented on September 28, 2024

VIRTUALFISH_HOME (default: ~/virtualenvs) is the directory that contains all your virtualenvs, and should be an absolute path. If you want to change the name of the file that specifies the name of the virtualenv to activate, change VIRTUALFISH_ACTIVATION_FILE (default: .venv).

from virtualfish.

hahla avatar hahla commented on September 28, 2024

Great thanks, didn't see that in the docs on that feature, that works better for me. I don't consolidate venvs by the way.

from virtualfish.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.