added support for selecting per-project Python interpreter used to create the virtual environment. #311
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a solution for Issue 132. Maybe you recall I comment on the issue thread that i will try to solve the issue, well this is my solution. The only problem is that my machine OS is Debian and the environment is not created once a new project is added, may be you can test that part. Is very simple. The project model is updated to store the name of the interpreter used to create the virutal environment. The interpreter name is one of the choices set on constants for that application. The project import form has been modified too to make the Python interpreter selectable and the import project task has been modified to spell explicitly the name of the interpreter on the environment creation command. Additionally a migration has been added to make easy the database schema update.