We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208b32c commit 54fdff0Copy full SHA for 54fdff0
1 file changed
setup.sh
@@ -25,3 +25,7 @@ source ./env/bin/activate
25
wget https://bootstrap.pypa.io/get-pip.py && python3.7 get-pip.py && rm get-pip.py
26
27
python -m pip install --upgrade pip && pip install -r requirements.txt
28
+
29
+echo export PYTHONPATH=$PWD:'$PYTHONPATH' >> ~/.bashrc
30
31
+echo export PATH=$PWD/SwissKnife:'$PATH' >> ~/.bashrc
0 commit comments