Skip to content

Instantly share code, notes, and snippets.

@isweluiz
Created April 7, 2023 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isweluiz/774fc9615274aa9ebbae681bcc234175 to your computer and use it in GitHub Desktop.
Save isweluiz/774fc9615274aa9ebbae681bcc234175 to your computer and use it in GitHub Desktop.
Ubuntu
apt-get install python3-pip -y
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.6 1
sudo update-alternatives --config python
sudo update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1
sudo update-alternatives --config pip
pip install aws-cdk.cdk
pip install awscli
export PATH=/home/vagrant/.local/bin:$PATH
echo "export PATH=/home/vagrant/.local/bin:$PATH" >> .bashrc
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs
node --version
sudo npm install -g aws-cdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment