Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execute pyscripts with venv, without redundent scripts #1

Open
yeonghoey opened this issue Apr 5, 2016 · 0 comments
Open

Execute pyscripts with venv, without redundent scripts #1

yeonghoey opened this issue Apr 5, 2016 · 0 comments

Comments

@yeonghoey
Copy link
Owner

Currently I keep dependencies of py scripts separated by using venv.
But, because of this, py scripts can't be executed without activating venv.

I had to write redundent xxx.shs like this:

venv/bin/activate
python xxx.py
deactivate

Is there any solution to solve this? Can I make this routine more clear?

@yeonghoey yeonghoey changed the title python/bin, venv Execute pyscripts with venv, without redundent scripts. Apr 5, 2016
@yeonghoey yeonghoey changed the title Execute pyscripts with venv, without redundent scripts. Execute pyscripts with venv, without redundent scripts Apr 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant