You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The current command line to utilize Temoa is
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:
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.
The text was updated successfully, but these errors were encountered: