Coder Social home page Coder Social logo

Comments (5)

laniakea64 avatar laniakea64 commented on September 3, 2024

If there were a way to tell Just to execute the command in the existing shell, this would operate the same as a normal alias, which is the ideal.

This is not possible, the closest you can get would be something like #1957 (comment)

If that is not possible, it would be nice if the new shell instance used to run the command could be made into an interactive child shell instance, which would achieve nearly the same effect.

Do any of the ideas in https://unix.stackexchange.com/questions/123103/how-to-keep-bash-running-after-command-execution work for your case?

from just.

fastfedora avatar fastfedora commented on September 3, 2024

It looks like the follow works:

activate:
  bash -i <<< 'source venv/bin/activate; exec </dev/tty'

However, I can only get it to work for bash, not zsh. If there's ever a way to build the functionality in, that would be ideal. But for now this is a good enough workaround.

from just.

casey avatar casey commented on September 3, 2024

This is a longstanding request, and unfortunately, I don't think there's a good way to support this, since doing so would probably require different commands for each shell, and just tries to be shell-agnostic.

from just.

marvinestreet avatar marvinestreet commented on September 3, 2024

It looks like the follow works:

activate:
  bash -i <<< 'source venv/bin/activate; exec </dev/tty'

However, I can only get it to work for bash, not zsh. If there's ever a way to build the functionality in, that would be ideal. But for now this is a good enough workaround.

@fastfedora thanks for this, found a way to get this to work in zsh:

activate-venv:
  zsh -is <<< 'source .venv/bin/activate; exec </dev/tty'

I also found this oh-my-zsh plugin: https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/python#virtual-environments

from just.

fastfedora avatar fastfedora commented on September 3, 2024

@fastfedora thanks for this, found a way to get this to work in zsh:

activate-venv:
  zsh -is <<< 'source .venv/bin/activate; exec </dev/tty'

Thanks so much. That works for me too.

I also found this oh-my-zsh plugin: https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/python#virtual-environments

I'll check this out. Thanks!

from just.

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.