Skip to content
Snippets Groups Projects
Unverified Commit d64ac375 authored by Paul Wise's avatar Paul Wise
Browse files

Add directory for code shared between multiple Python scripts

parent 56097323
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
# Released under the MIT/Expat license, see doc/COPYING
export PATH:=$(CURDIR)/bin:$(PATH)
export PYTHONPATH=$(CURDIR)/lib/python
export CURLRC=$(CURDIR)/etc/curl.conf
export APT_CONFIG=$(CURDIR)/etc/apt.conf
......
......@@ -2,6 +2,7 @@
# Released under the MIT/Expat license, see doc/COPYING
export PATH:=$(CURDIR)/../../bin:$(PATH)
export PYTHONPATH=$(CURDIR)/../../lib/python
export CURLRC=$(CURDIR)/../../etc/curl.conf
export APT_CONFIG=$(CURDIR)/../../etc/apt.conf
......
......@@ -2,6 +2,7 @@
# Released under the MIT/Expat license, see doc/COPYING
export PATH:=$(CURDIR)/../bin:$(PATH)
export PYTHONPATH=$(CURDIR)/../lib/python
export CURLRC=$(CURDIR)/../etc/curl.conf
export APT_CONFIG=$(CURDIR)/../etc/debian.apt.var.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment