Skip to content

Commit 9eb08d1

Browse files
committed
-> updates for Pycharm 2024
1 parent 4862fb1 commit 9eb08d1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ From there perform the following steps...
2121

2222
## Configuring PyCharm
2323

24-
PyCharm Pro can be used to run your Web Application as a native Django application.
24+
PyCharm Pro can be used to run your Web Application as a native Django application.
25+
26+
**NOTE:** PyCharm 2025 versions no longer include support for remote Python interpreters. Use 2024 or older!
2527

2628
### Setup
2729

@@ -61,6 +63,7 @@ To run your server in PyCharm:
6163
* Kernel header update: `sudo apt-get -y install dkms build-essential linux-headers-$(uname -r)`
6264
* NOTE: you may get a 'package not found' error here; if so, you'll need to look up the current header package for this install and use that instead.
6365
* Guest Additions ISO mounting and installation: https://docs.bitnami.com/virtual-machine/faq/configuration/install-virtualbox-guest-additions/
66+
* NOTE: in newer versions of VirtualBox the CD/DVD drives are added under Basic>Storage
6467
3. Next, set the `shell/python-su.sh` script to executable in the vagrant machine's command line with the command `chmod +x /home/vagrant/www/shell/python-su.sh`
6568
4. You can now click on the Run or Debug icons in the toolbar (upper-right corner of the PyCharm GUI)
6669
* Your server will start and the PyCharm console should show all the logs and output from the system.

shell/vagrant-set-env.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ echo 'export SECURE_LOCAL_PATH=../parentDir/secure_files/idc/' | tee -a /home/va
44
echo 'export DJANGO_SETTINGS_MODULE=idc.settings' | tee -a /home/vagrant/.bash_profile
55
source /home/vagrant/.bash_profile
66
chmod +x /home/vagrant/www/shell/python-su.sh
7+
sudo ln -s /home/vagrant/www /vagrant

0 commit comments

Comments
 (0)