You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repo and believe that this is not a duplicate.
I have searched the documentation and believe that my question is not covered.
Feature Request
This may be related to #571, but I am looking for something different. When I activate a virtual environment with virtualenv or pipenv, the environment name appears in parentheses to the left of the path. This lets me know I'm in a virtual environment and serves to remind me to deactivate it once I'm finished with it.
This does not happen with poetry. Can poetry be updated so that when a virtual environment is created and/or activated that the environment name appears to the left of the path in the shell? (FYI, I am using Windows command prompt, but I'm sure solutions for bash and fish would be desirable as well).
The text was updated successfully, but these errors were encountered:
Moving to "bug" as the activate scripts within virtual environment folder indicate this is supposed to happen automatically. This does not work (at least in command prompt).
Feature Request
This may be related to #571, but I am looking for something different. When I activate a virtual environment with
virtualenv
orpipenv
, the environment name appears in parentheses to the left of the path. This lets me know I'm in a virtual environment and serves to remind me to deactivate it once I'm finished with it.This does not happen with
poetry
. Canpoetry
be updated so that when a virtual environment is created and/or activated that the environment name appears to the left of the path in the shell? (FYI, I am using Windows command prompt, but I'm sure solutions for bash and fish would be desirable as well).The text was updated successfully, but these errors were encountered: