-
-
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
Source Code Question #6227
Comments
What would be the advantage of |
@icbd did you know you can specify the name of your virtualenv with an environment variable override as well? |
1. Problem Summary: The issue questions the use of 2. Comment Analysis:
3. Proposed Resolution: While the user's suggestion of using
Therefore, continuing to use 4. Code Snippet: No code changes are necessary based on the current analysis. 5. Additional Steps:
By addressing the user's concerns and providing clear documentation, we can enhance understanding and maintain the benefits of the existing approach. |
When I initialized the
Pipefile
, pipenv helped me create the directory of virtualenv, e.g.creator CPython3Posix(dest=/Users/icbd/.local/share/virtualenvs/未命名文件夹-AsmMYtXt
I was curious about how the name of this directory was generated, so I found the source code implementation.
pipenv/pipenv/project.py
Lines 539 to 546 in 32e18cd
Does the processing of
base64.urlsafe_b64encode
have any special considerations? It seems that using hex() would be enough.Thanks
The text was updated successfully, but these errors were encountered: