We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c28d219 commit fdfaff0Copy full SHA for fdfaff0
apt-requirements.txt
@@ -40,11 +40,11 @@ ninja-build
40
openssl
41
perl
42
pkgconf
43
-python3
44
python3-pip
45
python3-setuptools
46
python3-urllib3
47
python3-wheel
+python3.9-full
48
srecord
49
tree
50
xsltproc
ci/install-package-dependencies.sh
@@ -81,7 +81,9 @@ xargs sudo $APT_CMD install -y <"$ci_reqs"
81
# appropriate bin directory to the PATH
82
export PATH=$HOME/.local/bin:$PATH
83
84
-python3 -m pip install --user -r python-requirements.txt --require-hashes
+python3.9 -m venv $HOME/ot-python
85
+source $HOME/ot-python/bin/activate
86
+python3 -m pip install -r python-requirements.txt --require-hashes
87
88
# Install Verible
89
lsb_sr="$(lsb_release -sr)"
0 commit comments