-
Notifications
You must be signed in to change notification settings - Fork 84
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
Option to remove randstr
in mkvenv
#174
Comments
@stevenxxiu would you mind elaborating on this need? I want to make sure that we understand the problem first :) |
Sure. I have some projects with a Occasionally, Python gets a major version update. This means I need to recreate the Virtualenvs of my old projects. In order to do this, I tried running |
Why do you need |
That makes some sense. Another reason though is I want my Virtualenvs to have nice looking names. The suffix might make things rather confusing, if there are 2 Virtualenvs with the same name and different suffixes. |
When running
mkvenv
, recently there's arandstr
suffix that is added at:zsh-autoswitch-virtualenv/autoswitch_virtualenv.plugin.zsh
Line 327 in c119ab9
Can there be an option to exclude this? I often create projects that require an exact
venv
name, as specified in the.venv
file under version control.This suffix means I cannot rely on zsh-autoswitch-virtualenv, and instead rely on https://github.com/pypa/virtualenv.
The text was updated successfully, but these errors were encountered: