Skip to content

Commit

Permalink
feat: add .env
Browse files Browse the repository at this point in the history
  • Loading branch information
Co1lin committed Nov 10, 2024
1 parent 273cc90 commit 0380c30
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
conda activate cweval
export PYTHONPATH=$PYTHONPATH:$(pwd)
export NODE_PATH=$(npm root -g)
export C_INCLUDE_PATH="$CONDA_PREFIX/include"
export LIBRARY_PATH="$CONDA_PREFIX/lib"
export LD_LIBRARY_PATH="$CONDA_PREFIX/lib"
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ celerybeat.pid
*.sage.py

# Environments
.env
# .env
.venv
env/
venv/
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ pip install -r requirements/core.txt
pip install -r requirements/dev.txt
pre-commit install

# 6. Install dependencies for evaluation
pip install -r requirements/eval.txt

# Before running the code, append the repo root path to PYTHONPATH
export PYTHONPATH=$PYTHONPATH:$(pwd)
```
Expand Down

0 comments on commit 0380c30

Please sign in to comment.