DEV Community

Discussion on: My Favorite CLI Tools

Collapse
 
mrrcollins profile image
Ryan Collins

I believe you can run python scripts from a virtual environment without activating the environment by calling the script by it's full path. If you have a script named mygreatscript in a virtual environment in ~/Development/env/ you can run it with ~/Development/env/bin/mygreatscript