mirror of
https://github.com/IlanCosman/tide.git
synced 2025-01-02 09:31:39 +03:00
Change python to python3
This commit is contained in:
parent
d77ec252d4
commit
e980472aec
@ -11,7 +11,7 @@ cd $dir
|
||||
|
||||
@test 'nothing' (_virtual_env) -z
|
||||
|
||||
python -m venv .venv
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate.fish
|
||||
|
||||
set -lx tide_virtual_env_display projectName
|
||||
|
Loading…
Reference in New Issue
Block a user