MAPLE INITIALIZATION - WINDOWS - SINGLE USER


These instructions are for Windows (64 bit) and Maple 2021. Instructions for other versions should be similar.
  • STEP 1
    Create a Homelib directory for your maple lib (mla) files.
    My directory is called mylib and is located here:
    C:\cygwin64\home\fgarv\maple\mylib
    
    This is what I did to create it:
    • Open command line (MSDOS)
    •  cd c:\cygwin64\home\fgarv\maple 
    •  mkdir mylib
    You should now have a new directory called mylib.
  • STEP 2
    Set up a maple.ini file. This file should be created in the directory:
    C:\Users\fgarv
    
    and it should contain two lines of code resembling something like:
    ### 06.10.2022
    Homelib:="C:\\cygwin64/home/fgarv/maple/mylib":
    libname := libname, Homelib:
    
    The value of Homelib should correspond to your Homelib. One way to do this is to use the following Maple worksheet. Now you should have a file maple.ini containing two lines of code.


    The url of this page is https://mapleinit.org/fgarvan/qmaple/mapleinit/wsingleinit.html.
    Created by F.G. Garvan (fgarvan@ufl.edu) on Friday, June 10, 2022.
    Last update made Fri Jun 10 20:11:45 EDT 2022.


    MAIL fgarvan@ufl.edu