eric6/VirtualEnv/VirtualenvManager.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8043
0acf98cd089a
child 8143
2c730d5fd177
equal deleted inserted replaced
7959:44e15eda6506 7960:e8fc383322f7
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 """

eric ide

mercurial