Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hoddy3190/anylang-build


https://github.com/hoddy3190/anylang-build

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# anylang-build

anyenvを使って、言語をインストールする際の処理をまとめたリポジトリ。

# 事前準備

+ [anyenv](https://github.com/anyenv/anyenv)をインストールしておく
+ `*env install --list`をたたき、インストールしたいバージョンを見つけておく

# プロジェクトに言語環境を構築するやり方

+ Python
- `./pyenv/build.sh` をたたく。このときpipenvも一緒にインストールされる。
- Pythonプロジェクトを設定したいディレクトリに移動し、`pipenv --python x.y.z` をたたく。