Author Topic: Ability to source a shell script before execute or debug?  (Read 1561 times)

rowbearto

  • Senior Community Member
  • Posts: 2335
  • Hero Points: 132
Ability to source a shell script before execute or debug?
« on: August 04, 2020, 05:56:52 PM »
For some of my python projects, on the command line I source a shell script that sets many environment variables (such as PYTHONPATH) before executing my python script.

It would be nice if I could tell SlickEdit a bash script to source before performing execute or debug so that these env vars can get set.