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

Implement mkproject command/script #45

Open
khorn opened this issue Sep 9, 2014 · 2 comments
Open

Implement mkproject command/script #45

khorn opened this issue Sep 9, 2014 · 2 comments

Comments

@khorn
Copy link

khorn commented Sep 9, 2014

virtualenvwrapper implements a mkproject command which creates a project dir, creates an environment variable, and connects them with it's equivalent of setproject.

This is a nice shortcut, and virtualenvwrapper-win should have it.

@utek
Copy link
Collaborator

utek commented Mar 2, 2015

Does it also creates virtualenv? It would be nice if you could write what current command mkproject is equivalent for. Thx.

@amullins83
Copy link

@utek Yes, the virtualenvwrapper command creates a project directory and a virtualenv with the same name, and sets the new project folder as the active project for that new virtualenv. It's made fairly clear in the virtualenvwrapper tutorial here: http://virtualenvwrapper.readthedocs.io/en/latest/command_ref.html#project-directory-management

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

No branches or pull requests

3 participants