How do i use hyper ide as a python IDE? with virtual environment for each user?
Opened this issue · 1 comments
Well, I think the text editing parts would be automatically mapped up to the file extensions. If not, there's a configuration file (in there someway) where you can create this association yourself. The "virtual environment" parts are at least to some extent taken care of by the fact of that every user you create, gets his own folder, where he or she can put their private files. This would end up in the "/users/" folder at root of p5.webapp.
Onwards from there, I am not really sure to be honest with you - I have never been a Python guy myself. Whether or not Hyper IDE is the right choice for (bigger) Python projects too, is something I'd honestly have to admit I doubt. But feel free to try, and let me know how it's going ...
What is your use-case here ...?
Many smaller projects? (Tutoring, schooling?) or larger projects with multiple collaborators. I suspect Hyper IDE would be a better fit for category 1 ...