Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoddy3190/anylang-build
https://github.com/hoddy3190/anylang-build
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hoddy3190/anylang-build
- Owner: hoddy3190
- Created: 2019-06-22T13:22:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T09:07:00.000Z (2 months ago)
- Last Synced: 2024-11-18T10:23:06.773Z (2 months ago)
- Language: Shell
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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` をたたく。