Is it possible to launch PyCharm from command line and set the data/workspace dir as parameter.
I would like to know how (if possible) to launch PyCharm from command line ad pass a specified workspace as a parameter.
For example like with Eclipse (under windows) I can do the following.
start C:\eclipse.exe -clean -vm C:\Java7\bin\javaw.exe -data J:\foo\Eclipse-workspace
For example like with Eclipse (under windows) I can do the following.
start C:\eclipse.exe -clean -vm C:\Java7\bin\javaw.exe -data J:\foo\Eclipse-workspace
Please sign in to leave a comment.