Browse Source

Python3 regardless of server's default

master
The Dod 2 months ago
parent
commit
27c1cf4906
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      install.sh

+ 1
- 1
install.sh View File

1
 #!/bin/bash
1
 #!/bin/bash
2
 cd "$(dirname "$0")"
2
 cd "$(dirname "$0")"
3
-virtualenv venv
3
+virtualenv -p python3 venv
4
 source venv/bin/activate
4
 source venv/bin/activate
5
 pip install -r requirements.txt
5
 pip install -r requirements.txt

Loading…
Cancel
Save