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 edd7b24 commit b2b9aabCopy full SHA for b2b9aab
apt-requirements.txt
@@ -41,11 +41,11 @@ ninja-build
41
openssl
42
perl
43
pkgconf
44
-python3
45
python3-pip
46
python3-setuptools
47
python3-urllib3
48
python3-wheel
+python3.9-full
49
srecord
50
tree
51
xsltproc
ci/install-package-dependencies.sh
@@ -90,7 +90,9 @@ xargs sudo $APT_CMD install -y <"$ci_reqs"
90
# appropriate bin directory to the PATH
91
export PATH=$HOME/.local/bin:$PATH
92
93
-python3 -m pip install --user -r python-requirements.txt --require-hashes
+python3.9 -m venv $HOME/ot-python
94
+source $HOME/ot-python/bin/activate
95
+python3 -m pip install -r python-requirements.txt --require-hashes
96
97
# Install Verible
98
lsb_sr="$(lsb_release -sr)"
0 commit comments