Last active
May 10, 2024 12:41
-
-
Save youngsoul/ee0fb53f12b82bc06f6a136d90b5c012 to your computer and use it in GitHub Desktop.
shell script to activate python virtual env, before starting Webots
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source venv/bin/activate | |
/Applications/Webots.app/Contents/MacOS/Webots --mode=pause | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment