-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Please support .venv #213
Comments
A If you already have one it will be used automatically. If you want all your virtualenvs to be created in the local
|
could you please document that and all other missing settings? |
ill leave that ticket open as a reminder |
It would be really nice if |
yes, good point - maybe the changed valued on top or if there are many options, maybe another --list-all switch |
or 'poetry config' - with no arguments could list the current config block ? Maybe with a help message describing how to set overrides. |
@kakulukia I've documented the available settings on #232. I'd appreciate if you could take a look at it :) |
looks great ! still - its always nice when tools can be self-documenting. And 'poetry config' should output something - a link to those docs, or a usage message - or something. |
@Imaclean74 I agree 100%. I'm going to leave that decision to @sdispater, though. |
@Imaclean74 In version 0.11, |
nice! |
I didn't see a summary in the documentation, so this is my understanding of what I've gleaned above. If I've set |
@mcarifio There is no convention to what the virtual env directory is named, but the most common are |
@chingc ty |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Please support a local .venv directory or link containing the virtualenv.
This way some tools like PyCharm just recognise the .venv and use it.
And for a manual link creation it would help to print out the full path rather than
"Creating virtualenv django-secrets-py3.6 in /Users/andy/Library/Caches/pypoetry/virtualenvs"
This sadly cant be used for copy and paste.
The text was updated successfully, but these errors were encountered: