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

Package management with conda #5

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

ShuntaIto
Copy link
Contributor

#4 パッケージ管理の実装

  • .env ディレクトリをリポジトリルートに作成しパッケージを配置
  • settings.json で自動で activate するようセット
  • Makefile を使用して env を create するコマンドと update するコマンドのエイリアスを定義 (package.json みたいな感じで)

@ShuntaIto ShuntaIto self-assigned this Sep 26, 2022
@ShuntaIto ShuntaIto linked an issue Sep 26, 2022 that may be closed by this pull request
@konabuta konabuta requested a review from a team September 27, 2022 08:51
@konabuta
Copy link
Contributor

@ShuntaIto environment.yaml のファイルの置き場所ですが、environments フォルダの中にしてはいかがでしょうか?Dockerfile なども一緒に envirnments フォルダ配下に置こうと思っていました。

@konabuta
Copy link
Contributor

@ShuntaIto こちらお時間あるときにご確認いただけますと幸いです!

@ShuntaIto ShuntaIto force-pushed the package-management-with-conda branch from db04dea to ee46f75 Compare November 7, 2022 01:06
@ShuntaIto
Copy link
Contributor Author

@konabuta
conflict 解決しました

@konabuta
Copy link
Contributor

@ShuntaIto prefix の .env ですが、.env ファイルに環境変数を記載しておきたいのです。なので違うフォルダパスに変更していただきたいのですが、問題ないでしょうか?

@ShuntaIto
Copy link
Contributor Author

@konabuta
対応しました

@konabuta
Copy link
Contributor

他の作業が完了後にこちらを取り込みたいと思いますので、少々お待ちくださいませ...

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

Successfully merging this pull request may close these issues.

パッケージ管理の実装
2 participants