Skip to content

Instantly share code, notes, and snippets.

@rajivmehtaflex
Last active May 11, 2024 04:09
Show Gist options
  • Save rajivmehtaflex/e9ac1f682e1830d9951935998db42dcf to your computer and use it in GitHub Desktop.
Save rajivmehtaflex/e9ac1f682e1830d9951935998db42dcf to your computer and use it in GitHub Desktop.
conda+poetry+crewai
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