Skip to content

Commit 79ea889

Browse files
authored
Merge pull request #301 from CelestineSauvage/main
remove ENV_FILE = /etc/environnement for root image
2 parents b6b3e6d + a340816 commit 79ea889

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

base/scripts/onyxia-set-repositories.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/usr/bin/env bash
22

3-
if [[ $SUDO -eq 0 ]]; then
4-
ENV_FILE=/etc/environment
5-
else
6-
ENV_FILE=${HOME}/.bashrc
7-
fi
3+
ENV_FILE=${HOME}/.bashrc
84

95
# Python configuration
106

0 commit comments

Comments
 (0)