about summary refs log tree commit diff stats
path: root/profile/python.sh
diff options
context:
space:
mode:
Diffstat (limited to 'profile/python.sh')
-rw-r--r--profile/python.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/profile/python.sh b/profile/python.sh new file mode 100644 index 0000000..80d4ee2 --- /dev/null +++ b/profile/python.sh
@@ -0,0 +1,6 @@
1## Python environment
2# I try not to use python, because the tooling is just terrible. However,
3# sometimes it's unavoidable.
4
5# from grym on #emacs --- TODO: research what this actually does, lol
6export PIP_REQUIRE_VIRTUALENV=1