Skip to content

Commit 9a75571

Browse files
committed
Add python3 layout to .envrc
1 parent e090a37 commit 9a75571

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
layout python3
12
export VBOXMANAGE=/Applications/VirtualBox.app/Contents/MacOS
23
export SPARK_HOME=$(pwd)/.spark
34
export PATH=$SPARK_HOME/bin:$VBOXMANAGE:$PATH
45
export PYSPARK_PYTHON=python3
5-

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ metastore_db/
1111
out/
1212
__pycache__/
1313
spark-warehouse/
14+
.direnv/
15+
.ipynb_checkpoints/
1416

0 commit comments

Comments
 (0)