Skip to content

Commit

Permalink
force using python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
rhl-bthr committed Sep 16, 2018
1 parent 58372f6 commit 67228a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions install
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/bash
sudo pip install -r requirements.txt > /dev/null
sudo pip3 install -r requirements.txt > /dev/null
cp -rfT "${0%/*}/src" ~/.nalanda-cli
python ~/.nalanda-cli/installation.py
python3 ~/.nalanda-cli/installation.py
sudo cp -f ~/.nalanda-cli/nalanda /usr/bin/
2 changes: 1 addition & 1 deletion src/nalanda
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/python3

from bs4 import BeautifulSoup
import os
Expand Down

0 comments on commit 67228a4

Please sign in to comment.