ELEC-627: Update codegen-tooling setup instructions#37
ELEC-627: Update codegen-tooling setup instructions#37
Conversation
|
I question whether this is the correct approach (ie. encouraging people to install libraries globally), as opposed to updating the Vagrant box to choose 1 of Generally each project should manage their own set of dependencies separately, otherwise you run into issues with resolving package versions and constantly having to update dependencies in lockstep. Currently If it's a package that is to be made available on the shell, then perhaps it would make sense to install globally. But project dependencies imo should always be local. |
|
I agree with @karlding; using a virtual environment in Python is a good practice with practical benefits as Karl mentioned above. DBC changes look good though! |
|
@karlding @aaronhktan Sure noted, I will leave it as is. One thing I noticed was that the |
|
That's probably more to do with the fact that we're exposing a shared folder from a Windows Host to a Linux Guest, since You can try playing around with the mount options in the Otherwise, you can also add host OS specific initialization in the |
In preparation for new member on-boarding: