Skip to content

Commit 3047580

Browse files
authored
Merge pull request #2195 from guedou/vagrant_typo
Vagrant provisioning fixed
2 parents 4d6ea9e + a6f45c7 commit 3047580

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: doc/vagrant_ci/provision_freebsd.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ bash
1010
git clone https://github.com/secdev/scapy
1111
cd scapy
1212
export PATH=/usr/local/bin/:$PATH
13-
virtualenv -p python2.7 venv
13+
virtualenv-2.7 -p python2.7 venv
1414
source venv/bin/activate
1515
pip install tox

Diff for: doc/vagrant_ci/provision_netbsd.sh

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# This program is published under a GPLv2 license
77

88
sudo -s
9+
unset PROMPT_COMMAND
910
export PATH="/sbin:/usr/pkg/sbin:/usr/pkg/bin:$PATH"
1011
export PKG_PATH="http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/8.0_2018Q4/All/"
1112
pkg_delete curl

0 commit comments

Comments
 (0)