cookbooks/aws-parallelcluster-awsbatch/templates/default/awsbatch/pcluster_awsbatchcli.sh.erb (6 lines of code) (raw):
#
# pcluster_awsbatchcli.sh:
# Setup ParallelCluster AWSBatch CLI environment variables
#
PATH=$PATH:<%= node['cluster']['awsbatch_virtualenv_path'] %>/bin
export PATH