Changeset 1434
- Timestamp:
- 08/28/08 13:55:49 (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/asap
r1210 r1434 51 51 fi 52 52 # now execute ipython using the profile 53 $ip -ipythondir "${HOME}/.asap" -p 'asap'$*53 $ip -ipythondir "${HOME}/.asap" $* 54 54 fi -
trunk/python/__init__.py
r1423 r1434 32 32 os.mkdir(userdir) 33 33 shutil.copyfile(asapdata+"/data/ipythonrc-asap", userdir+"/ipythonrc-asap") 34 shutil.copyfile(asapdata+"/data/ipy_user_conf.py", 35 userdir+"/ipy_user_conf.py") 34 36 f = file(userdir+"/asapuserfuncs.py", "w") 35 37 f.close()
Note:
See TracChangeset
for help on using the changeset viewer.