module win_installer.win_batch

Short summary

module pymyinstall.win_installer.win_batch

Creates batch file to set up the environment

Functions

function truncated documentation
create_win_batches create batchs for the setup, they will be placed in folders[“config”]
create_win_env create a batch file to set up the environment
create_win_ipython_console create a batch file to start ipython
create_win_ipython_notebook create a batch file to start ipython
create_win_ipython_qtconsole create a batch file to start ipython QtConsole
create_win_julia_console create a batch file to start ipython
create_win_python_console create a batch file to start ipython
create_win_r_console create a batch file to start ipython
create_win_r_gui create a batch file to start ipython
create_win_rodeo create a batch file to start ipython
create_win_rss create a batch file to start ipython
create_win_scite create a batch file to start ipython
create_win_spyder create a batch file to start ipython
create_win_sqllitespy create a batch file to start ipython
update_all_packages create a batch file to start ipython
win_install_kernels create a batch file to start ipython
win_replace_shebang create a batch file to start ipython

Documentation

Creates batch file to set up the environment

pymyinstall.win_installer.win_batch.create_win_batches(folders, verbose=False, selection=None, fLOG=<built-in function print>, module_list=None)[source]

create batchs for the setup, they will be placed in folders[“config”]

Parameters:
  • folders – dictionary with the keys tools, config, python, workspace
  • verbose – verbose
  • fLOG – logging function
  • selection – list of batchs to create
  • module_list – list of python modules to install, to know which script to install or not
Returns:

operations (list of what was done)

pymyinstall.win_installer.win_batch.create_win_env(folders)[source]

create a batch file to set up the environment

Parameters:folders – see create_win_batches
Returns:operations (list of what was done)
pymyinstall.win_installer.win_batch.create_win_ipython_console(folders)[source]

create a batch file to start ipython

Parameters:folders – see create_win_batches
Returns:operations (list of what was done)
pymyinstall.win_installer.win_batch.create_win_ipython_notebook(folders)[source]

create a batch file to start ipython

Parameters:folders – see create_win_batches
Returns:operations (list of what was done)
pymyinstall.win_installer.win_batch.create_win_ipython_qtconsole(folders)[source]

create a batch file to start ipython QtConsole

Parameters:folders – see create_win_batches
Returns:operations (list of what was done)
pymyinstall.win_installer.win_batch.create_win_julia_console(folders)[source]

create a batch file to start ipython

Parameters:folders – see create_win_batches
Returns:operations (list of what was done)
pymyinstall.win_installer.win_batch.create_win_python_console(folders)[source]

create a batch file to start ipython

Parameters:folders – see create_win_batches
Returns:operations (list of what was done)
pymyinstall.win_installer.win_batch.create_win_r_console(folders)[source]

create a batch file to start ipython

Parameters:folders – see create_win_batches
Returns:operations (list of what was done)
pymyinstall.win_installer.win_batch.create_win_r_gui(folders)[source]

create a batch file to start ipython

Parameters:folders – see create_win_batches
Returns:operations (list of what was done)
pymyinstall.win_installer.win_batch.create_win_rodeo(folders)[source]

create a batch file to start ipython

Parameters:folders – see create_win_batches
Returns:operations (list of what was done)
pymyinstall.win_installer.win_batch.create_win_rss(folders, suffix='')[source]

create a batch file to start ipython

Parameters:
Returns:

operations (list of what was done)

pymyinstall.win_installer.win_batch.create_win_scite(folders)[source]

create a batch file to start ipython

Parameters:folders – see create_win_batches
Returns:operations (list of what was done)
pymyinstall.win_installer.win_batch.create_win_spyder(folders)[source]

create a batch file to start ipython

Parameters:folders – see create_win_batches
Returns:operations (list of what was done)
pymyinstall.win_installer.win_batch.create_win_sqllitespy(folders)[source]

create a batch file to start ipython

Parameters:folders – see create_win_batches
Returns:operations (list of what was done)
pymyinstall.win_installer.win_batch.update_all_packages(folders, suffix='')[source]

create a batch file to start ipython

Parameters:
Returns:

operations (list of what was done)

pymyinstall.win_installer.win_batch.win_install_kernels(folders, suffix='')[source]

create a batch file to start ipython

Parameters:
Returns:

operations (list of what was done)

pymyinstall.win_installer.win_batch.win_replace_shebang(folders, suffix='')[source]

create a batch file to start ipython

Parameters:
Returns:

operations (list of what was done)