Skip to content

How to initialize package's development environment #1424

Answered by flord
jtomori asked this question in Q&A
Discussion options

You must be logged in to vote

On linux, the way I used to do it is to simply symlink the local package content back to the source code directly. This can be done in the build script of the package and triggered only on local builds. This way, you can rez-env yourTool and stay inside this environment to run the tool you are developping as often as you want, and this is updated everytime you hit the save button in your IDE.
On Windows however, I have yet to figure out how to achieve a similar workflow.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@jtomori
Comment options

@jtomori
Comment options

Answer selected by jtomori
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants