Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The "dev" installation configuration throws "/bin/bash: line 0: cd: /opt/tfc/: No such file or directory" when launching TFC using launcher #5

Closed
maqp opened this issue Jan 29, 2019 · 1 comment

Comments

@maqp
Copy link
Owner

maqp commented Jan 29, 2019

When installing TFC for development purposes by using c='dev'; in the one-liner, the TFC-LR launcher will give the following error on all three terminals:

/bin/bash: line 0: cd: /opt/tfc/: No such file or directory

This is because the installer clones the repository to $HOME/tfc/ but the Terminator config file used is the one for local testing configuration, and so Terminator looks for TFC in /opt/tfc. This issue will be fixed in the next release. Until then, it can be fixed by running

$ sed -i 's/\/opt/\$HOME/g' $HOME/.config/terminator/config

after the installation finishes.

@maqp
Copy link
Owner Author

maqp commented Mar 3, 2019

1.19.03 fixes this bug by introducing dedicated launcher and terminator configuration file for the dev installation configuration.

@maqp maqp closed this as completed Mar 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant