-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
use .venv #341
Comments
I think key here is that the intended use of pipenv is not the same as with a plain venv. You should use |
but whats the difference in doing so? |
Hey @kakulukia, you bring up some good questions here. The reason for the hash is pipenv automatically creates a virtualenv with If you'd prefer to have the .venv directory in your project directory, we fully support that. Using the As @timofurrer noted, Hopefully that helps, let us know if you have any further questions. |
I just started using this tool, but the first thing that comes to mind: i immediately miss that my zsh can auto activate the virtualenv enymore. Why does the tool add a hash after the projects name even if there are no conflicts? my shell can load a vitualenv either with the same name or one that can be found in a .venv dir in the project root.
Automatically linking it there should not be that hard to do and saves everyone with a decent shell having to activate the virtualenv. Or is the tool doing anything special while activating the virtualenv with the shell command?
The text was updated successfully, but these errors were encountered: