File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
cookiecutter python template (pkgs, modules and tests)
4
4
5
- git clone https://github.com/chhsiao1981/cc-python-template.git .cc && ./.cc/scripts/init_dev.sh && source __ /bin/activate
5
+ git clone https://github.com/chhsiao1981/cc-python-template.git .cc && ./.cc/scripts/init_dev.sh && source .venv /bin/activate
6
6
7
7
* create module: ./scripts/dev_module.sh
8
8
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# virtualenv_dir
4
- virtualenv_dir=" ${BASH_ARGV[0]:- __ } "
4
+ virtualenv_dir=" ${BASH_ARGV[0]:- .venv } "
5
5
6
6
# cc_dir
7
7
cc_dir=" ${BASH_ARGV[1]:- .cc} "
70
70
71
71
# done
72
72
echo -e " \033[1;32m[INFO]\033[m done"
73
- echo -e " \033[1;32m[INFO]\033[m remember to: \033[1;32m. ${virtualenv_dir} /bin/activate\033[m"
73
+ echo -e " \033[1;32m[INFO]\033[m remember to: \033[1;32msource ${virtualenv_dir} /bin/activate\033[m"
You can’t perform that action at this time.
0 commit comments