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.
2 parents 4d6ea9e + a6f45c7 commit 3047580Copy full SHA for 3047580
doc/vagrant_ci/provision_freebsd.sh
@@ -10,6 +10,6 @@ bash
10
git clone https://github.com/secdev/scapy
11
cd scapy
12
export PATH=/usr/local/bin/:$PATH
13
-virtualenv -p python2.7 venv
+virtualenv-2.7 -p python2.7 venv
14
source venv/bin/activate
15
pip install tox
doc/vagrant_ci/provision_netbsd.sh
@@ -6,6 +6,7 @@
6
# This program is published under a GPLv2 license
7
8
sudo -s
9
+unset PROMPT_COMMAND
export PATH="/sbin:/usr/pkg/sbin:/usr/pkg/bin:$PATH"
export PKG_PATH="http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/8.0_2018Q4/All/"
pkg_delete curl
0 commit comments