Skip to content
Snippets Groups Projects

Minor fixes to the conda-bootstrap script

Merged Amir MOHAMMADI requested to merge conda-bootstrap into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
230 245 raise RuntimeError("The directory %s does not exist" % args.recipe)
231 246
232 247 # use this environment for all conda-related commands
233 args.env = env = copy.copy(os.environ)
248 args.env = copy.copy(os.environ)
234 249 args.env['CONDARC'] = args.condarc
235 250
236 251 deps = parse_dependencies(args)
237 252 status = conda_create(args, deps)
238 print('$ #execute on your shell: source activate %s' % args.name)
253 print('$ #execute on your shell: conda activate %s' % args.name)
  • merged

  • André Anjos mentioned in commit f0581dcc

    mentioned in commit f0581dcc

  • Please register or sign in to reply
    Loading