(env_dir)
| 982 | |
| 983 | |
| 984 | def set_predeactivate_hook(env_dir): |
| 985 | if not is_WIN: |
| 986 | with open(join(env_dir, 'bin', 'predeactivate'), 'a') as hook: |
| 987 | hook.write(PREDEACTIVATE_SH) |
| 988 | |
| 989 | |
| 990 | def create_environment(env_dir, args): |
no outgoing calls
no test coverage detected
searching dependent graphs…