143 """ |
143 """ |
144 Public method to get the default virtual environment. |
144 Public method to get the default virtual environment. |
145 |
145 |
146 Default is an environment with the key '<default>' or the first one |
146 Default is an environment with the key '<default>' or the first one |
147 having an interpreter matching sys.executable (i.e. the one used to |
147 having an interpreter matching sys.executable (i.e. the one used to |
148 execute eric6 with) |
148 execute eric with) |
149 |
149 |
150 @return tuple containing the environment name and a dictionary |
150 @return tuple containing the environment name and a dictionary |
151 containing a copy of the default virtual environment |
151 containing a copy of the default virtual environment |
152 @rtype tuple of (str, dict) |
152 @rtype tuple of (str, dict) |
153 """ |
153 """ |