Last active
May 11, 2024 04:09
-
-
Save rajivmehtaflex/e9ac1f682e1830d9951935998db42dcf to your computer and use it in GitHub Desktop.
conda+poetry+crewai
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl https://gist.githubusercontent.com/rajivmehtaflex/a1e6de2355e7a16bcd9f38f43a58794b/raw/0636ecab2e4f83c441dbc1b55b562850c3e66859/conda_install.sh | sh | |
conda config --set auto_activate_base false | |
conda create --name crewexp python=3.10 -y | |
conda activate crewexp | |
pip install poetry | |
cd gdata/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment