Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

401 - Add venv command #610

Closed

Commits on Nov 8, 2018

  1. 401 - Add venv command

    This makes it easier to programmatically access paths relative to the
    virtualenv.  A common use case is to activate the virtualenv
    
        source ${poetry venv}/bin/activate
    
    This programmatic access can be used to automate virtualenvs upon cd-ing
    into a project or as an alias, for example
    zymergen-luke committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    a9881c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. black formatting

    zymergen-luke committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    9dd481f View commit details
    Browse the repository at this point in the history