build
This commit is contained in:
parent
462861790e
commit
bbd8c9e237
14 changed files with 5 additions and 37 deletions
|
@ -38,7 +38,7 @@ deactivate () {
|
|||
# unset irrelevant variables
|
||||
deactivate nondestructive
|
||||
|
||||
VIRTUAL_ENV="/home/meko/builds/test-kivy-app/kivy_venv"
|
||||
VIRTUAL_ENV="/home/meko/Builds/test-kivy-app/kivy_venv"
|
||||
export VIRTUAL_ENV
|
||||
|
||||
_OLD_VIRTUAL_PATH="$PATH"
|
||||
|
|
|
@ -8,7 +8,7 @@ alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PA
|
|||
# Unset irrelevant variables.
|
||||
deactivate nondestructive
|
||||
|
||||
setenv VIRTUAL_ENV "/home/meko/builds/test-kivy-app/kivy_venv"
|
||||
setenv VIRTUAL_ENV "/home/meko/Builds/test-kivy-app/kivy_venv"
|
||||
|
||||
set _OLD_VIRTUAL_PATH="$PATH"
|
||||
setenv PATH "$VIRTUAL_ENV/bin:$PATH"
|
||||
|
|
|
@ -33,7 +33,7 @@ end
|
|||
# Unset irrelevant variables.
|
||||
deactivate nondestructive
|
||||
|
||||
set -gx VIRTUAL_ENV "/home/meko/builds/test-kivy-app/kivy_venv"
|
||||
set -gx VIRTUAL_ENV "/home/meko/Builds/test-kivy-app/kivy_venv"
|
||||
|
||||
set -gx _OLD_VIRTUAL_PATH $PATH
|
||||
set -gx PATH "$VIRTUAL_ENV/bin" $PATH
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -2,4 +2,4 @@ home = /usr/bin
|
|||
include-system-site-packages = false
|
||||
version = 3.11.2
|
||||
executable = /usr/bin/python3.11
|
||||
command = /usr/bin/python3 -m venv /home/meko/builds/test-kivy-app/kivy_venv
|
||||
command = /usr/bin/python3 -m venv /home/meko/Builds/test-kivy-app/kivy_venv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue