1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Python] Where to locate virtual environment installed using poetry | Where to find poetry...

Discussão em 'Python' iniciado por Stack, Março 24, 2025.

  1. Stack

    Stack Membro Participativo

    I installed poetry using the following command:-
    (Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py -UseBasicParsing).Content | python -
    To know more about it refer this.

    Now I wanted to create a virtual environment, that I created it using the following command:-
    poetry config virtualenvs.in-project true
    To know more about it refer this.

    But after doing this, I can`t see any .venv(virtual environment) folder.

    To check if virtual environment is there, we use the following command:-
    poetry config virtualenvs.in-project
    and if the above command return true, implies you have it.

    I'm getting true, also the location mentioned on the docs I cant see it there.

    Could anyone tell me how to locate the virtual environment now?

    Continue reading...

Compartilhe esta Página