mirror of
https://github.com/Steffo99/config-fish.git
synced 2024-12-22 06:44:22 +00:00
Remove unused revenv
This commit is contained in:
parent
150511e1ea
commit
18d50491e6
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
|||
function revenv
|
||||
echo_progress "Removing previous venv..."
|
||||
rm -rfi venv
|
||||
echo
|
||||
echo_progress "Creating a new venv..."
|
||||
python -m venv venv
|
||||
echo
|
||||
echo_progress "Accessing the new venv..."
|
||||
source venv/bin/activate.fish
|
||||
echo
|
||||
echo_progress "Installing "
|
||||
echo_highlight "$argv"
|
||||
pip install $argv
|
||||
echo
|
||||
echo_progress "Done!"
|
||||
echo
|
||||
end
|
Loading…
Reference in a new issue