Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

init_setup.sh 299 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
  1. echo [$(date)]: "START"
  2. echo [$(date)]: "creating the env with python 3.0 version"
  3. conda create --prefix ./env python=3.8 -y
  4. echo [$(date)]: "activating the environment"
  5. source activate ./env
  6. echo [$(date)]: "installing the requirements_dev"
  7. pip install -r requirements_dev.txt
  8. echo [$(date)]: "END"
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...