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

Use system Python #18

Open
hunteke opened this issue Jan 10, 2014 · 0 comments
Open

Use system Python #18

hunteke opened this issue Jan 10, 2014 · 0 comments

Comments

@hunteke
Copy link
Owner

hunteke commented Jan 10, 2014

The current command line to utilize Temoa is

$ coopr_python temoa.py

Due to Coopr's implementation, this runs an extra (unnecessary) process, and makes it impossible to guarantee a user experience. It would also be more familiar to users to just run Python:

$ python temoa.py

Coopr utilizes virtualenv, and it turns out that we can make this happen. However, some testing is required because we'd need to ensure that all entry points into Temoa setup the environment, and we'd also need to write an "install script" again, so that we can set the path according to the user's environment.

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

1 participant