Skip to content
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

Vox lists organization directories #1689

Closed
AstraLuma opened this issue Sep 8, 2016 · 4 comments
Closed

Vox lists organization directories #1689

AstraLuma opened this issue Sep 8, 2016 · 4 comments

Comments

@AstraLuma
Copy link
Member

When using organized venvs (that is, venv names with slashes in them), vox list will show the organizational directory as a venv.

(Also, it doesn't show envrionments under it.)

$ vox create spam/eggs
$ vox list
spam
@ghost
Copy link

ghost commented Sep 8, 2016

Should we even allow names like these?

@AstraLuma
Copy link
Member Author

I would say yes, so that big, complex, multi-part projects can map relatively cleanly to vox venvs.

@gforsyth
Copy link
Collaborator

gforsyth commented Sep 8, 2016

conda and vox don't get along, so I can't test this -- is there any difference if you first create spam and then spam/test?
And what is the desired behavior of the venv name with a slash? It should create a directory or no?

@AstraLuma
Copy link
Member Author

AstraLuma commented Sep 8, 2016

is there any difference if you first create spam and then spam/test?

I don't think there is, but it's a case to be careful of. Doesn't help that different platforms use different content names. I feel like this should be discouraged, but it's not technically disallowed.

And what is the desired behavior of the venv name with a slash? It should create a directory or no?

It does create a directory. spam/eggs will create the directories ~/.virtualenvs/spam, ~/.virtualenvs/spam/eggs, ~/.virtualenvs/spam/eggs/{bin,lib}, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants