diff --git a/workbench/Dockerfile b/workbench/Dockerfile
index 5c307ec21fd1058cfb83ba75193c408e27ca4ecf..3095015e62a929e07a859aea392ffdde1902c13a 100644
--- a/workbench/Dockerfile
+++ b/workbench/Dockerfile
@@ -295,7 +295,7 @@ RUN install -m 0755 <(curl https://raw.githubusercontent.com/rabbitmq/rabbitmq-s
     install <(curl 'https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar') /usr/local/share/bfg/bfg.jar && \
     curl https://github.com/SelfAdjointOperator/better-adb-sync/archive/refs/heads/master.tar.gz | tar -zxC /opt/ && \
     ln --symbolic /opt/better-adb-sync-master/src/adbsync.py /usr/local/bin/adbsync && \
-    echo "export PATH=\$HOME/.asdf/shims:$PIPX_BIN_DIR:/usr/local/lib/go/bin:\$PATH" > /etc/profile.d/workbench.sh && \
+    echo "export PATH=\$HOME/.asdf/shims:/usr/local/lib/go/bin:\$PATH" > /etc/profile.d/workbench.sh && \
     rm -rf /tmp/* /var/tmp/* ~/.cache/*
 RUN _PIPENV_COMPLETE=bash_source pipenv > /etc/bash_completion.d/pipenv && \
     rabbitmqadmin --bash-completion  > /etc/bash_completion.d/rabbitmqadmin && \