Show More
@@ -1,6 +1,6 b'' | |||||
1 | #!/usr/bin/env python |
|
1 | #!/usr/bin/env python | |
2 | # -*- coding: utf-8 -*- |
|
2 | # -*- coding: utf-8 -*- | |
3 | """Setup script for exe distribution of IPython (does not require python). |
|
3 | r"""Setup script for exe distribution of IPython (does not require python). | |
4 |
|
4 | |||
5 | - Requires py2exe |
|
5 | - Requires py2exe | |
6 |
|
6 | |||
@@ -15,6 +15,12 b' svn co http://ipython.scipy.org/svn/ipython/pyreadline/trunk/pyreadline' | |||||
15 |
|
15 | |||
16 | - Create the distribution in 'dist' by running "python exesetup.py py2exe" |
|
16 | - Create the distribution in 'dist' by running "python exesetup.py py2exe" | |
17 |
|
17 | |||
|
18 | - Create initial configuration by running: | |||
|
19 | ||||
|
20 | mkdir dist\_ipython | |||
|
21 | touch dist/_ipython/ipythonrc.ini | |||
|
22 | echo "import ipy_profile_sh" > dist/ipy_user_conf.py | |||
|
23 | ||||
18 | - Run ipython.exe to go. |
|
24 | - Run ipython.exe to go. | |
19 |
|
25 | |||
20 | """ |
|
26 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now