Skip to content

Commit 508ef1a

Browse files
committed
feat: Remove unused folder in path
Signed-off-by: Vincent Boutour <[email protected]>
1 parent 3bb4a65 commit 508ef1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sources/_python.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ if command -v brew >/dev/null 2>&1; then
55
fi
66

77
if [[ -d "${HOME}/opt/python" ]]; then
8-
export PYTHONUSERBASE="${HOME}/opt/python"
9-
export PATH="${PYTHONUSERBASE}/bin:${HOME}/opt/python/venv/bin:${PATH}"
8+
export PATH="${HOME}/opt/python/venv/bin:${PATH}"
109
fi

0 commit comments

Comments
 (0)