320 Public method to get the default virtual environment. |
320 Public method to get the default virtual environment. |
321 </p> |
321 </p> |
322 <p> |
322 <p> |
323 Default is an environment with the key '<default>' or the first one |
323 Default is an environment with the key '<default>' or the first one |
324 having an interpreter matching sys.executable (i.e. the one used to |
324 having an interpreter matching sys.executable (i.e. the one used to |
325 execute eric6 with) |
325 execute eric with) |
326 </p> |
326 </p> |
327 <dl> |
327 <dl> |
328 <dt>Returns:</dt> |
328 <dt>Returns:</dt> |
329 <dd> |
329 <dd> |
330 tuple containing the environment name and a dictionary |
330 tuple containing the environment name and a dictionary |