remove .venv dir from script
This commit is contained in:
parent
99388bad37
commit
836c67bf1d
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||||
mkdir -p "${script_dir}/.venv/"
|
|
||||||
chmod +rwx "${script_dir}/.venv/"
|
|
||||||
if [ ! -d "${script_dir}/.venv/${USER}/" ]; then
|
if [ ! -d "${script_dir}/.venv/${USER}/" ]; then
|
||||||
python -m venv "${script_dir}/.venv/${USER}"
|
python -m venv "${script_dir}/.venv/${USER}"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue