/bin/sh -> /usr/bin/env sh
Better compatibility with NixOS
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#! /bin/sh
|
#! /usr/bin/env sh
|
||||||
|
|
||||||
echo "[distutils]" >> ~/.pypirc
|
echo "[distutils]" >> ~/.pypirc
|
||||||
echo "index-servers =" >> ~/.pypirc
|
echo "index-servers =" >> ~/.pypirc
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /usr/bin/env sh
|
||||||
|
|
||||||
export PYENV_ROOT="${HOME}/.pyenv"
|
export PYENV_ROOT="${HOME}/.pyenv"
|
||||||
export PATH="${PYENV_ROOT}/bin:$PATH"
|
export PATH="${PYENV_ROOT}/bin:$PATH"
|
||||||
eval "$(pyenv init -)"
|
eval "$(pyenv init -)"
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#! /bin/bash
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#! /bin/sh
|
#! /usr/bin/env sh
|
||||||
|
|
||||||
pytest
|
pytest
|
||||||
ec=$?
|
ec=$?
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /usr/bin/env sh
|
||||||
|
|
||||||
export PYENV_ROOT="${HOME}/.pyenv"
|
export PYENV_ROOT="${HOME}/.pyenv"
|
||||||
export PATH="${PYENV_ROOT}/bin:$PATH"
|
export PATH="${PYENV_ROOT}/bin:$PATH"
|
||||||
eval "$(pyenv init -)"
|
eval "$(pyenv init -)"
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#! /bin/sh
|
#! /usr/bin/env sh
|
||||||
# Technique from https://georgik.rocks/how-to-start-d-bus-in-docker-container/
|
# Technique from https://georgik.rocks/how-to-start-d-bus-in-docker-container/
|
||||||
|
|
||||||
dbus-uuidgen > /var/lib/dbus/machine-id
|
dbus-uuidgen > /var/lib/dbus/machine-id
|
||||||
|
Reference in New Issue
Block a user