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

Make sure ~/.local/bin is in PATH for poetry #14

Open
douglasnaphas opened this issue Jan 25, 2024 · 0 comments
Open

Make sure ~/.local/bin is in PATH for poetry #14

douglasnaphas opened this issue Jan 25, 2024 · 0 comments

Comments

@douglasnaphas
Copy link
Owner

  104  npx cdk init app --language=python
  105  ls
  106  cp ../aws-security-remediations/Makefile ./
  107  type pipx
  108  uname -a
  109  sudo apt install pipx
  110  pipx ensurepath
  111  pipx install poetry
  112  echo $PATH | awk -v RS=":" '{print}'
  113  . ~/.bashrc
  114  echo $PATH | awk -v RS=":" '{print}'
  115  poetry init
  116  history > ~/h/h.2024-01-25.1
  117  history | tail -20
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