Skip to content

Instantly share code, notes, and snippets.

@neggert
Created April 23, 2012 20:47
Show Gist options
  • Save neggert/2473734 to your computer and use it in GitHub Desktop.
Save neggert/2473734 to your computer and use it in GitHub Desktop.
229:cms+cmssw-tool-conf+25.########################################### [100%]
230:cms+cmssw+CMSSW_5_2_0 ########################################### [100%]
Done.
Create user area for CMSSW_5_2_0 release ...
Enter PEM pass phrase:
/bin/sh: scramv1: command not found
---------------------------------------------------------------------------
OSError Traceback (most recent call last)
/Users/nic/cms/soft/Releases/<ipython-input-1-f0d9fe6489f2> in <module>()
----> 1 get_ipython().magic(u'install CMSSW_5_2_0')
/Users/nic/cms/soft/install/lib/python2.6/site-packages/IPython/core/interactiveshell.pyc in magic(self, arg_s, next_input)
1996 self._magic_locals = sys._getframe(1).f_locals
1997 with self.builtin_trap:
-> 1998 result = fn(magic_args)
1999 # Ensure we're not keeping object references around:
2000 self._magic_locals = {}
/Users/nic/cms/soft/cmssh/src/cmssh/cms_cmds.py in cms_install(rel)
301 subprocess.call(cmd, shell=True)
302 print "Create user area for %s release ..." % rel
--> 303 cmsrel(rel)
304
305 def cmsrel(rel):
/Users/nic/cms/soft/cmssh/src/cmssh/cms_cmds.py in cmsrel(rel)
341 os.chdir(cmssw_dir)
342 subprocess.call("scramv1 project CMSSW %s" % rel, shell=True)
--> 343 os.chdir(os.path.join(rel, 'src'))
344 print "%s is ready, cwd: %s" % (rel, os.getcwd())
345
OSError: [Errno 2] No such file or directory: 'CMSSW_5_2_0/src'
@vkuznet
Copy link

vkuznet commented Apr 24, 2012 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment