Describe the bug
Setting the BIN directories of the composer vendor directory are not set correctly when starting the workspace.
Normally this should be set via this command.
|
|
|
# Add Workspace/Project composer bin folder to $PATH |
|
export PATH="$PATH:$HOME/.config/composer/vendor/bin:$GITPOD_REPO_ROOT/vendor/bin" |
|
|
In addition, the Composer Global folder belongs to the owner "root:root" and not "gitpod:gitpod".
Screenshots


Steps to reproduce
- start workspace
- check the $PATH variable.
echo $PATH | grep vendor
Expected behavior
- System-wide use of the programs in the "vendor/bin" folders of the Global and User composer directory.
- Running composer global require without sudo
Additional information
Describe the bug
Setting the BIN directories of the composer vendor directory are not set correctly when starting the workspace.
Normally this should be set via this command.
gitpod-laravel-starter/.gp/bash/init-complete.sh
Lines 19 to 22 in 32419c8
In addition, the Composer Global folder belongs to the owner "root:root" and not "gitpod:gitpod".
Screenshots
Steps to reproduce
echo $PATH | grep vendorExpected behavior
Additional information