Skip to content

Commit 4c4f108

Browse files
committed
venv python3.6
1 parent 9469b4b commit 4c4f108

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

install.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#!/bin/bash
22

3-
python -m venv venv_sa_conv
3+
# sudo add-apt-repository ppa:deadsnakes/ppa
4+
# sudo apt update
5+
# sudo apt install python3.6 python3.6-venv
6+
7+
rm -rf venv_sa_conv
8+
python3.6 -m venv venv_sa_conv
49
source venv_sa_conv/bin/activate
510
pip install numpy # this is to avoid pycocotools incorrect dependency resolution issue
611
pip install -r requirements.txt

0 commit comments

Comments
 (0)