This repository was archived by the owner on Jun 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +18
-7
lines changed Expand file tree Collapse file tree 5 files changed +18
-7
lines changed File renamed without changes.
Original file line number Diff line number Diff line change
1
+ #
2
+ # Copyright (C) 2020 IBM. All Rights Reserved.
3
+ #
4
+ # See LICENSE.txt file in the root directory
5
+ # of this source tree for licensing information.
6
+ #
7
+
8
+ # Sample .bash_profile file for a z/OS USS ID that will run CLAI
9
+
1
10
# Invokes .bashrc
2
11
if [ -f $HOME /.bashrc ] ; then
3
12
source $HOME /.bashrc
Original file line number Diff line number Diff line change 5
5
# of this source tree for licensing information.
6
6
#
7
7
8
- # Sample bashrc file for a z/OS USS ID that will run CLAI
8
+ # Sample . bashrc file for a z/OS USS ID that will run CLAI
9
9
#
10
10
# Instructions: set the following environment variables as is appropriate for
11
- # your system configuration
11
+ # your system configuration. If nothing else, you definitely need to change the
12
+ # value of PYTHON_HOME.
12
13
13
14
# Respect file tags for ASCII/EBCDIC stuff.
14
15
export _BPXK_AUTOCVT=ON
15
16
export _CEE_RUNOPTS=" FILETAG(AUTOCVT,AUTOTAG) POSIX(ON)"
16
17
17
- # Specify the name of the TCP/IP stack to be used, as defined in the
18
- # TCPIPJOBNAME statement in the related TCPIP.DATA .
19
- export _BPXK_SETIBMOPT_TRANSPORT=TCP342
18
+ # Uncomment this if you need to specify the name of a particular TCP/IP stack to
19
+ # be used; needed when your system configuration uses multiple TCP/IP stacks .
20
+ # export _BPXK_SETIBMOPT_TRANSPORT=TCP342
20
21
21
22
# Configure Python
22
23
export PYTHON_HOME=/path/to/python
Original file line number Diff line number Diff line change 5
5
# of this source tree for licensing information.
6
6
#
7
7
8
- # Sample Bash profile for a z/OS USS ID that will run CLAI
8
+ # Sample bash profile for a z/OS USS ID that will run CLAI
9
9
#
10
10
# Instructions: Uncomment the `export SHELL` statement that is appropriate for
11
11
# your system configuration
Original file line number Diff line number Diff line change 1
1
# Profile setup:
2
2
3
- Copy the _ .profile_ and _ .bash_profile_ into your home directory on z/OS in the USS subsystem.
3
+ Copy the _ .profile_ , _ .bashrc_ , and _ .bash_profile_ files into your home
4
+ directory on z/OS in the USS subsystem.
You can’t perform that action at this time.
0 commit comments