mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-17 23:26:58 +00:00
Fixed issue: setuptools keeps complaining about python2 (#178)
Co-authored-by: Duy Khuong <duykham@gmail.com>
This commit is contained in:
parent
7920878fbe
commit
e0b1ab5186
1 changed files with 9 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
ctf-tools-pip
|
9
bin/ctf-tools-pip3
Executable file
9
bin/ctf-tools-pip3
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
set -e -o pipefail
|
||||
#set -x
|
||||
|
||||
# http://stackoverflow.com/questions/59895/can-a-bash-script-tell-which-directory-it-is-stored-in
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
source $DIR/ctf-tools-venv-activate
|
||||
exec python3 -m pip "$@"
|
Loading…
Add table
Reference in a new issue