rush_tech Posted July 7, 2016 Posted July 7, 2016 Anybody using PyCharm? is there anyway of specify a default save location? Need to restrict access to c:
angrycomputingteacher Posted July 8, 2016 Posted July 8, 2016 We use it in our school. Before this post I did not know the save location was on C: so I guess I'll change that when I'm back in the office. I don't know if this would help. Link
NickHIT Posted November 29, 2018 Posted November 29, 2018 Hi All, I'm in a similar position however, i have created a .bat file to run the .exe which i want to add to a task sequence. The problem i am experiencing is that when i run it manually it is producing an error saying that 'there is not enough disk space'. below is the script: \\%ServerName%\software$\python\PyCharm\Pycharm2018.exe /S /CONFIG="\\%ServerName%\sources$\OSD\applications\PyCharm\Config File\edu_silent.config" /D="C:\Pycharm" /LOG=C:\Pycharm\install.log regards
Arthur Posted November 29, 2018 Posted November 29, 2018 The problem i am experiencing is that when i run it manually it is producing an error saying that 'there is not enough disk space'. Do you still get an error with the following command line? I have changed a couple of the paths. \\%ServerName%\software$\python\PyCharm\Pycharm2018.exe /S /CONFIG="\\%ServerName%\sources$\OSD\applications\PyCharm\Config File\edu_silent.config" /D="%ProgramFiles(x86)%\Pycharm" /LOG="%TEMP%\Pycharm_Install.log"
NickHIT Posted November 29, 2018 Posted November 29, 2018 Thanks for the prompt response, i have tried this and unfortunately it hasn't changed.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now