sh 开发环境安装脚本(ubuntu的)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 开发环境安装脚本(ubuntu的)相关的知识,希望对你有一定的参考价值。
sudo apt-get update
sudo apt-get install -y \
git \
python-dev \
python3-dev \
python-pip \
zsh
sudo apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev \
libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils
# oh my zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
# pyenv
curl -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer | bash
git clone https://github.com/yyuu/pyenv-virtualenv.git ~/.pyenv/plugins/pyenv-virtualenv
echo 'eval "$(pyenv virtualenv-init -)"' >> ~/.zshrc
# export PATH="/home/hexiangyu/.pyenv/bin:$PATH"
# eval "$(pyenv init -)"
# eval "$(pyenv virtualenv-init -)"
# PYTHON_CONFIGURE_OPTS="--disable-ipv6" pyenv install -v 2.7.9
# vunble
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
以上是关于sh 开发环境安装脚本(ubuntu的)的主要内容,如果未能解决你的问题,请参考以下文章
sh 用于在ubuntu 14.04 VM中部署planemo环境的脚本
ubuntu sh脚本激活conda 虚拟环境
sh 用于在Ubuntu 16系统上设置Laravel Production环境的shell脚本。
sh 安装后脚本ubuntu 1604 shell
sh Git + Java + Spring Boot + Kotlin + Python + Node.js + Docker + Docker的安装脚本构建开发环境。
sh WSL Ubuntu的真棒安装脚本