diff options
Diffstat (limited to 'profile/python.sh')
-rw-r--r-- | profile/python.sh | 6 |
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 | ||
6 | export PIP_REQUIRE_VIRTUALENV=1 | ||